Type Definitions
Condition
Properties
-
property
String
The property name from the schema affected by the filter.
-
op
String
The filter operator.
-
value
*
<optional>
The value used by the operator on the property value.
Source
LogicalGroup
Properties
-
logic
String
The 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>