RevoGrid Documentation v4.27.8 / FilterEvaluationContext
Interface: FilterEvaluationContext<TModel, TColumn>
Source-aware context supplied while a filter predicate is evaluated.
Type Parameters
| Type Parameter | Default type |
|---|---|
TModel extends DataType | DataType |
TColumn extends ColumnRegular | ColumnRegular |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
blankSemantics | BlankSemantics | Effective blank policy after grid and column settings are merged. | src/plugins/filter/filter.types.ts:64 |
column? | TColumn | Column associated with the filter, when one is available. | src/plugins/filter/filter.types.ts:54 |
hasOwnProperty | boolean | Whether the property exists directly on the row model. | src/plugins/filter/filter.types.ts:62 |
model | TModel | Row model being evaluated. | src/plugins/filter/filter.types.ts:52 |
parsedValue | any | Value after the column cell parser, when configured. | src/plugins/filter/filter.types.ts:60 |
property | ColumnProp | Property the filter is evaluating. | src/plugins/filter/filter.types.ts:56 |
sourceValue | any | Unparsed value read from the row model. | src/plugins/filter/filter.types.ts:58 |