Hotkeys API Reference

HotkeyRegistrationsResult

Interface: HotkeyRegistrationsResult

Defined in: useHotkeyRegistrations.ts:15

Return type for useHotkeyRegistrations.

Properties

hotkeys

ts
hotkeys: HotkeyRegistrationView[];

Defined in: useHotkeyRegistrations.ts:17

All registered hotkeys (public view, no callbacks)


sequences

ts
sequences: SequenceRegistrationView[];

Defined in: useHotkeyRegistrations.ts:19

All registered sequences