Skip to main content

Delete property

Delete a single property from an object

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 3 weeks ago

Inputs

Name

Abbreviation

Type

Access

Description

Object

O

Object

Item

The object to write to

Property

P

String

Item

The property to delete

Outputs

Name

Abbreviation

Type

Access

Description

Object

O

Object

Item

The object with the property deleted

How-to

  1. Feed in an existing object

    1. This could be from panel or any node that generates objects

  2. Nominate a property

    1. Include properties.{{propertyName}} in the string

    2. This would likely be from a string node. Or, you can type the property name into the box

The result is a new object with the property removed.

Did this answer your question?