# BLANK_FILTER_VALUE

> _Since v1.18.0_

Sentinel value used in set-filter unique values to represent rows with
no value (null, undefined, empty array via filterValue extractor).
Exported so server-side implementations can use the same constant.

```ts
const BLANK_FILTER_VALUE: "(Blank)"
```
