TanStack
Hotkeys API Reference

HotkeyRegistrationsResult

Interface: HotkeyRegistrationsResult

Defined in: packages/vue-hotkeys/src/useHotkeyRegistrations.ts:16

Return type for useHotkeyRegistrations.

Properties

hotkeys

ts
hotkeys: Ref<HotkeyRegistrationView[]>;

Defined in: packages/vue-hotkeys/src/useHotkeyRegistrations.ts:18

All registered hotkeys (public view, no callbacks)


sequences

ts
sequences: Ref<SequenceRegistrationView[]>;

Defined in: packages/vue-hotkeys/src/useHotkeyRegistrations.ts:20

All registered sequences