TanStack
Hotkeys API Reference

HotkeyRegistrationsResult

Interface: HotkeyRegistrationsResult

Defined in: injectHotkeyRegistrations.ts:16

Return type for injectHotkeyRegistrations.

Properties

hotkeys

ts
hotkeys: Signal<HotkeyRegistrationView[]>;

Defined in: injectHotkeyRegistrations.ts:18

Signal for all registered hotkeys (public view, no callbacks)


sequences

ts
sequences: Signal<SequenceRegistrationView[]>;

Defined in: injectHotkeyRegistrations.ts:20

Signal for all registered sequences