FilterOperator
Defined in: filtering/tree/filter-operators.model.ts:21
Properties
Section titled “Properties”filterFn
Section titled “filterFn”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”.