Skip to content

Interface: KeybindProps

Defined in: src/betterdiscord/ui/settings/components/keybind.tsx:11

Properties

clearable?

ts
optional clearable: boolean;

Defined in: src/betterdiscord/ui/settings/components/keybind.tsx:15


disabled?

ts
optional disabled: boolean;

Defined in: src/betterdiscord/ui/settings/components/keybind.tsx:16


max?

ts
optional max: number;

Defined in: src/betterdiscord/ui/settings/components/keybind.tsx:14


value

ts
value: string[];

Defined in: src/betterdiscord/ui/settings/components/keybind.tsx:12

Methods

onChange()?

ts
optional onChange(newValue: string[]): void;

Defined in: src/betterdiscord/ui/settings/components/keybind.tsx:13

Parameters

ParameterType
newValuestring[]

Returns

void