DomainSavedFilterInfo
Defined in: js-api/src/domains.ts:732
A saved filter preset of a domain table — a small shareable entity carrying the filter
panel's state maps verbatim (see DomainSavedFiltersClient).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
author? | any | The preset's author (preserved on in-place updates). | js-api/src/domains.ts:739 |
friendlyName | string | - | js-api/src/domains.ts:735 |
id | string | - | js-api/src/domains.ts:733 |
name | string | - | js-api/src/domains.ts:734 |
states | object | Per-column filter states (the shape DG.FilterGroup saves), stored verbatim. | js-api/src/domains.ts:737 |