Filter
Filter¶
Filters evaluate a property on an object against a value using a comparison operand. Used by User Interface Contexts to narrow down displayed data.
Properties¶
System¶
| Name | Explanation | Type |
|---|---|---|
| Operator | The comparison operator used to evaluate the filter. | Operator |
| Property | The property name on the object to filter against. Supports Tags access via "Tags[key]" syntax. | String |
| Value | The value to compare against. Supports "Global[index]" syntax to read from a Global Variable at runtime. | String |