Interface: FilterCondition
Description
Model definition for the current state of a column filter.
Properties
Property | Type | Description |
---|---|---|
fieldName | string | The name of the field being filtered by. |
operator | FilterOperator | The FilterOperator being applied. |
dataType | DataType | The DataType of the column being filtered. |
value | undefined | string | The current filter value. |