Skip to content

EditorHotkey

EditorHotkey<T> = Hotkey<PrismEditor<T>>

Defined in: extensions/commands/types.ts:6

Hotkey where the data parameter is an editor.

T extends object = { }