TanStack
Hotkeys API Reference

HotkeyRegistrationsResult

Defined in: useHotkeyRegistrations.ts:16

Return type for useHotkeyRegistrations.

Properties

hotkeys

ts
hotkeys: HotkeyRegistrationView[];

Defined in: useHotkeyRegistrations.ts:18

All registered hotkeys (public view, no callbacks)


sequences

ts
sequences: SequenceRegistrationView[];

Defined in: useHotkeyRegistrations.ts:20

All registered sequences