DomainSavedFilterInfo
Defined in: js-api/src/domains.ts:516
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:523 |
friendlyName | string | - | js-api/src/domains.ts:519 |
id | string | - | js-api/src/domains.ts:517 |
name | string | - | js-api/src/domains.ts:518 |
states | object | Per-column filter states (the shape DG.FilterGroup saves), stored verbatim. | js-api/src/domains.ts:521 |