Skip to main content

HotkeyInstanceBase

type HotkeyInstanceBase = {
id: string;
callbackRef: RefObject<HotkeyCallback>;
options: HotkeyOptions;
toString: () => string;
toParts: () => HotkeyTextParts;
};

Attributes

id

id: string;

callbackRef

callbackRef: RefObject<HotkeyCallback>;

options

options: HotkeyOptions;

toString

toString: () => string;

toParts

toParts: () => HotkeyTextParts;