TLUiKeyboardShortcutsSchemaProviderProps
Public typealias
Signature
type TLUiKeyboardShortcutsSchemaProviderProps = {
overrides?: (
editor: Editor,
schema: TLUiKeyboardShortcutsSchemaContextType,
more: {
tools: TLUiToolsContextType
actions: TLUiActionsContextType
}
) => TLUiKeyboardShortcutsSchemaContextType
children: any
}
References
Editor, TLUiKeyboardShortcutsSchemaContextType, TLUiToolsContextType, TLUiActionsContextType
Source
packages/tldraw/src/lib/ui/hooks/useKeyboardShortcutsSchema.tsx