AdaptablePredicate
Predicate object used by AdapTableQL - essentially a boolean function
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| Inputs | Optional Inputs that might be needed for evaluation |
| PredicateId | Id of Predicate (e.g. Equals, GreaterThan) |
Property Details
Inputs
Optional Inputs that might be needed for evaluation
TypeScript
Inputs?: any[];Property Value
any[]
PredicateId
Id of Predicate (e.g. Equals, GreaterThan)
TypeScript
PredicateId: PREDICATE_TYPE;Property Value
PREDICATE_TYPE