Predicate

Constructs complex filter criteria for data operations. Enables chaining of multiple conditions and logical operators to build advanced queries. Commonly used by DataManager to perform multi-level filtering on local or remote data sources.

Props

The following table outlines the props for the Predicate:

NameTypeDefaultDescription
[x: string]
ValueType | Predicate | Predicate[] | Function | [] | null
-

Constructs complex filter criteria for data operations.