RevoGrid Documentation v4.25.2 / BlankSemantics
Interface: BlankSemantics
Configures which source values are treated as blank by blank operators.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
emptyArray? | boolean | - | src/plugins/filter/filter.types.ts:73 |
emptyString? | boolean | - | src/plugins/filter/filter.types.ts:71 |
isBlank? | (value: any, context: FilterEvaluationContext<DataType, ColumnRegular<ColumnProp, DataType<any, ColumnProp>>>, fallbackResult: boolean) => boolean | Final application override, evaluated after the configured fallback. | src/plugins/filter/filter.types.ts:76 |
missingProperty? | boolean | - | src/plugins/filter/filter.types.ts:74 |
null? | boolean | - | src/plugins/filter/filter.types.ts:69 |
undefined? | boolean | - | src/plugins/filter/filter.types.ts:70 |
whitespaceOnlyString? | boolean | - | src/plugins/filter/filter.types.ts:72 |