Parameter Name | Data Type | Possible Values | Default |
---|---|---|---|
PROPERTY_NAME | String | none |
Enter the name of the property you want perform an action on.
For example, to check the width, enter width.
It is also possible to enter nested properties, so you could enter items/empty to retrieve the empty property of the items property.
Furthermore, a method can be called on a property. To check the row count of a table you could enter items/size(). Only methods without parameters can be called.