Skip to content

Home > @liquidrazor/list-display > FilterOperator

FilterOperator type

Operators supported by the filtering engine.

Signature:

typescript
export type FilterOperator = "equals" | "notEquals" | "contains" | "startsWith" | "endsWith" | "in" | "gt" | "gte" | "lt" | "lte" | "between";