TanStack
Hotkeys API Reference

HotkeysProviderOptions

Interface: HotkeysProviderOptions

Defined in: hotkeys-provider.ts:10

Properties

hotkey?

ts
optional hotkey: Partial<InjectHotkeyOptions>;

Defined in: hotkeys-provider.ts:11


hotkeyRecorder?

ts
optional hotkeyRecorder: Partial<HotkeyRecorderOptions>;

Defined in: hotkeys-provider.ts:12


hotkeySequence?

ts
optional hotkeySequence: Partial<InjectHotkeySequenceOptions>;

Defined in: hotkeys-provider.ts:14


hotkeySequenceRecorder?

ts
optional hotkeySequenceRecorder: Partial<HotkeySequenceRecorderOptions>;

Defined in: hotkeys-provider.ts:13