Skip to main content

DomainSavedFilterInfo

Defined in: js-api/src/domains.ts:526

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:533
friendlyNamestring-js-api/src/domains.ts:529
idstring-js-api/src/domains.ts:527
namestring-js-api/src/domains.ts:528
statesobjectPer-column filter states (the shape DG.FilterGroup saves), stored verbatim.js-api/src/domains.ts:531