Type Definitions
Condition
Properties
-
property
StringThe property name from the schema affected by the filter.
-
op
StringThe filter operator.
-
value
*<optional>
The value used by the operator on the property value.
Source
LogicalGroup
Properties
-
logic
StringThe logical operator to apply to the filters.
-
filters
Array.<(Filtering.Condition|Filtering.LogicalGroup)>The filter items and groups under the logical operator.
Source
WalkCallback(filter, depth,, parentopt)
Parameters
-
filter
Filtering.LogicalGroup|Filtering.Condition -
depth,
Number -
parent
Filtering.LogicalGroup|Filtering.Condition<optional>