Skip to content

@eodash/eodash / Configuration / ItemFilterRange

Interface: ItemFilterRange

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


max?

ts
optional max?: number;

min?

ts
optional min?: number;

state?

ts
optional state?: object;

max?

ts
optional max?: number;

min?

ts
optional min?: number;

step?

ts
optional step?: number;

stringifiedState?

ts
optional stringifiedState?: string;

Inherited from

ItemFilterBase.stringifiedState


title?

ts
optional title?: string;

Inherited from

ItemFilterBase.title


type

ts
type: "range";