Skip to main content

SliderFieldProps

@steambrew/client v4.2.1


Interface: SliderFieldProps

Defined in: src/components/SliderField.ts:12

Extends

  • ItemProps

Properties

bottomSeparator?

optional bottomSeparator: "standard" | "thick" | "none";

Defined in: src/components/Item.ts:9

Inherited from

ItemProps.bottomSeparator

children?

optional children: ReactNode;

Defined in: src/components/Item.ts:6

Inherited from

ItemProps.children

className?

optional className: string;

Defined in: src/components/SliderField.ts:28


description?

optional description: ReactNode;

Defined in: src/components/Item.ts:5

Inherited from

ItemProps.description

disabled?

optional disabled: boolean;

Defined in: src/components/SliderField.ts:22


editableValue?

optional editableValue: boolean;

Defined in: src/components/SliderField.ts:23


highlightOnFocus?

optional highlightOnFocus: boolean;

Defined in: src/components/Item.ts:12

Inherited from

ItemProps.highlightOnFocus

icon?

optional icon: ReactNode;

Defined in: src/components/Item.ts:8

Inherited from

ItemProps.icon

indentLevel?

optional indentLevel: number;

Defined in: src/components/Item.ts:10

Inherited from

ItemProps.indentLevel

label?

optional label: ReactNode;

Defined in: src/components/Item.ts:4

Inherited from

ItemProps.label

layout?

optional layout: "below" | "inline";

Defined in: src/components/Item.ts:7

Inherited from

ItemProps.layout

max?

optional max: number;

Defined in: src/components/SliderField.ts:15


min?

optional min: number;

Defined in: src/components/SliderField.ts:14


minimumDpadGranularity?

optional minimumDpadGranularity: number;

Defined in: src/components/SliderField.ts:26


notchCount?

optional notchCount: number;

Defined in: src/components/SliderField.ts:17


notchLabels?

optional notchLabels: NotchLabel[];

Defined in: src/components/SliderField.ts:18


notchTicksVisible?

optional notchTicksVisible: boolean;

Defined in: src/components/SliderField.ts:19


resetValue?

optional resetValue: number;

Defined in: src/components/SliderField.ts:21


showValue?

optional showValue: boolean;

Defined in: src/components/SliderField.ts:20


step?

optional step: number;

Defined in: src/components/SliderField.ts:16


tooltip?

optional tooltip: string;

Defined in: src/components/Item.ts:11

Inherited from

ItemProps.tooltip

validValues?

optional validValues: "steps" | "range" | (value: number) => boolean;

Defined in: src/components/SliderField.ts:24


value

value: number;

Defined in: src/components/SliderField.ts:13


valueSuffix?

optional valueSuffix: string;

Defined in: src/components/SliderField.ts:25

Methods

onChange()?

optional onChange(value: number): void

Defined in: src/components/SliderField.ts:27

Parameters

value

number

Returns

void