AdaptablePredicate

Predicate object used by AdapTableQL - essentially a boolean function

TypeScript
export interface

Properties

PropertyDescription
InputsOptional Inputs that might be needed for evaluation
PredicateIdId 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