spatial-monorepo / editor/src / ShortcutHandler
Type Alias: ShortcutHandler
ShortcutHandler = (
event) =>void
Defined in: packages/editor/src/useKeyboardShortcuts.ts:55
A handler that receives the raw KeyboardEvent.
Parameters
event
KeyboardEvent
Returns
void
