AdaptablePredicate

Predicate object used by AdapTableQL - essentially a boolean function

TypeScript
export interface

Properties

PropertyTypeDescription
Inputsany[]Optional Inputs that might be needed for evaluation
PredicateIdPREDICATE_TYPEId 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