Skip to content

FilterOperator

Defined in: filtering/tree/filter-operators.model.ts:24

Descriptor for an operator exposed by the filter UI.

filterFn: string

Defined in: filtering/tree/filter-operators.model.ts:28

The CEL function name in the AST, e.g. ”==”, “startsWith”.


kind: "comparison" | "method"

Defined in: filtering/tree/filter-operators.model.ts:30

Whether this is a binary comparison or a method-style call.


label: string

Defined in: filtering/tree/filter-operators.model.ts:26

Display label, e.g. “equals”, “starts with”.