Skip to content

FilterOperator

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

filterFn: string

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

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


kind: "comparison" | "method"

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

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


label: string

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

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