Defined in: hotkey-manager.ts:81
Public view of a hotkey registration for display and introspection. Omits the callback function which is an internal implementation detail.
hasFired: boolean;
Defined in: hotkey-manager.ts:95
Whether this registration has fired and needs reset (for requireReset)
hotkey: Hotkey;
Defined in: hotkey-manager.ts:83
The original hotkey string
id: string;
Defined in: hotkey-manager.ts:85
Unique identifier for this registration
options: HotkeyOptions;
Defined in: hotkey-manager.ts:87
Options for this registration
parsedHotkey: ParsedHotkey;
Defined in: hotkey-manager.ts:89
The parsed hotkey
target: HTMLElement | Document | Window;
Defined in: hotkey-manager.ts:91
The resolved target element for this registration
triggerCount: number;
Defined in: hotkey-manager.ts:93
How many times this registration's callback has been triggered