Data conditions are used to filter features based on what property values the feature has.
filter
input
ex.
{ "filter": { "key": "country", "comparator": "==", "value": "US" }, "input": "#007bfe"} Copy
{ "filter": { "key": "country", "comparator": "==", "value": "US" }, "input": "#007bfe"}
Condition
Data conditions are used to filter features based on what property values the feature has.
Properties:
filter
: [See Filter] Filter conditions are used to filter features based on what property values the feature has.input
: [See Property] Input values directly access properties data from the feature. The input value must be a NotNullOrObjectex.