Read a property value from a feature
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Object | O | Any | Item | The feature 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 feature property node to the canvas
Connect in a feature
Identify the property to read
You could type the property into the box on the node, or connect a string or panel node.
You could also feed in the get feature property name, which allows you to select a property from a drop down (useful when you aren’t sure of the property’s exact spelling and case).
The output is the value stored in that feature property.
<aside> 💡
Read feature property differs from read property in that it can only read properties stored within the properties { }
(curly brackets) on features.
</aside>