Defined in: useHotkeySequence.ts:13
optional target:
| HTMLElement
| Document
| Window
| RefObject<HTMLElement | null>
| null;
Defined in: useHotkeySequence.ts:22
The DOM element to attach the event listener to. Can be a Preact ref, direct DOM element, or null. Defaults to document.