Skip to main content

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

PropertyTypeDescriptionDefined in
author?anyThe preset's author (preserved on in-place updates).js-api/src/domains.ts:523
friendlyNamestring-js-api/src/domains.ts:519
idstring-js-api/src/domains.ts:517
namestring-js-api/src/domains.ts:518
statesobjectPer-column filter states (the shape DG.FilterGroup saves), stored verbatim.js-api/src/domains.ts:521