Skip to content

@eodash/eodash / Configuration / ItemFilterSelect

Interface: ItemFilterSelect

Extends

Properties

dirty?

ts
optional dirty?: boolean;

Inherited from

ItemFilterBase.dirty


expanded?

ts
optional expanded?: boolean;

Inherited from

ItemFilterBase.expanded


key

ts
key: string;

Inherited from

ItemFilterBase.key


state?

ts
optional state?: Record<string, string | number | boolean | null | undefined>;

stringifiedState?

ts
optional stringifiedState?: string;

Inherited from

ItemFilterBase.stringifiedState


title?

ts
optional title?: string;

Inherited from

ItemFilterBase.title


type

ts
type: "select";