Read a property from an object
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Object | O | Any | Item | The object to read from |
Property | P | String | Item | The property to read |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Value | V | Any | Item | The value of the property |
Add the read property node to the canvas
Connect in a feature or object
Identify the property to read
You could type the property into the box on the node, or connect a string or panel node.
The property name will be formatted with a leading prefix to identify its nested location in the object.
To read the Levels from this object, type **properties.**levels
Using the Inspector node can assist in determining nested location of properties.
Each { }
(curly brackets) indicates a nesting level. In this example, Levels
is inside the properties { }
As a further example:
If you wanted to read the geometry type, you would put **geometry.**type in the read properties input
The output is the value stored in that property