Skip to content

RevoGrid Documentation v4.27.8 / FilterEvaluationContext

Interface: FilterEvaluationContext<TModel, TColumn>

Source-aware context supplied while a filter predicate is evaluated.

Type Parameters

Type ParameterDefault type
TModel extends DataTypeDataType
TColumn extends ColumnRegularColumnRegular

Properties

PropertyTypeDescriptionDefined in
blankSemanticsBlankSemanticsEffective blank policy after grid and column settings are merged.src/plugins/filter/filter.types.ts:64
column?TColumnColumn associated with the filter, when one is available.src/plugins/filter/filter.types.ts:54
hasOwnPropertybooleanWhether the property exists directly on the row model.src/plugins/filter/filter.types.ts:62
modelTModelRow model being evaluated.src/plugins/filter/filter.types.ts:52
parsedValueanyValue after the column cell parser, when configured.src/plugins/filter/filter.types.ts:60
propertyColumnPropProperty the filter is evaluating.src/plugins/filter/filter.types.ts:56
sourceValueanyUnparsed value read from the row model.src/plugins/filter/filter.types.ts:58