Type alias ComparisonFilter

ComparisonFilter: [ComparisonOperator, Expression<string | number | boolean | null>, Expression<string | number | boolean | null>] | RangeFilter

A ComparisonFilter compares two values. If the first argument is a GeoStylerFunction it will be evaluated it. If it is a string it will be treated as key of an object.

Generated using TypeDoc