@eodash/eodash / Configuration / ItemFilterText
Interface: ItemFilterText
Extends
Properties
dirty?
ts
optional dirty?: boolean;Inherited from
expanded?
ts
optional expanded?: boolean;Inherited from
key
ts
key: string;Inherited from
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
type
ts
type: "text";