schema.criteria.md

May 31, 2024 ยท View on GitHub

Home > @datashaper/schema > Criteria

Criteria interface

Signature:

export interface Criteria 

Properties

PropertyModifiersTypeDescription
operatorNumericComparisonOperator | StringComparisonOperator | BooleanComparisonOperator | DateComparisonOperatorFilter operator to execute. Note the correct operator for the column data type must be used.
strategyComparisonStrategyIndicates whether the filter should be directly against a value, or against the value of another column
value?Value(Optional) Comparison value for the column. Not required if the operator is self-defining (e.g., 'is empty')