Category: Objects Kind: Operation Description: Write a property to an object. If a list is provided, the property will be written to each item in the list
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Object | O | Object | Item | The object to write to |
Property | P | String | Item | The property to write |
Value | V | Any | Item | The value to write |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Object | O | Object | Item | The object with the property written |
Feed in an existing object
This could be from panel or any node that generates objects
Nominate a property
This would likely be from a string.
Feed in a value to assign to the property.
This would be from any node that provides the appropriate data type to the property. IE a property that expects a numeric value would require a number or similar.
The result is a new object with the additional property + value appended