Skip to main content

ToggleFieldProps

@steambrew/client v4.2.1


Interface: ToggleFieldProps

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

Extends

  • ItemProps

Properties

bottomSeparator?

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

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

Inherited from

ItemProps.bottomSeparator

checked

checked: boolean;

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


children?

optional children: ReactNode;

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

Inherited from

ItemProps.children

description?

optional description: ReactNode;

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

Inherited from

ItemProps.description

disabled?

optional disabled: boolean;

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


highlightOnFocus?

optional highlightOnFocus: boolean;

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

Overrides

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

tooltip?

optional tooltip: string;

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

Inherited from

ItemProps.tooltip

Methods

onChange()?

optional onChange(checked: boolean): void

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

Parameters

checked

boolean

Returns

void