Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 406 Bytes

File metadata and controls

15 lines (11 loc) · 406 Bytes
id RegisterableHotkey
title RegisterableHotkey

Type Alias: RegisterableHotkey

type RegisterableHotkey = Hotkey | RawHotkey;

Defined in: hotkey.ts:385

A hotkey that can be passed to HotkeyManager.register() and useHotkey(). Either a type-safe string (Hotkey) or a raw object (RawHotkey).