TLUiKeyboardShortcutsSchemaProviderProps

Public TypeAlias

Signature
type TLUiKeyboardShortcutsSchemaProviderProps = {
  overrides?: (
    editor: Editor,
    schema: TLUiKeyboardShortcutsSchemaContextType,
    more: {
      tools: TLUiToolsContextType
      actions: TLUiActionsContextType
    }
  ) => TLUiKeyboardShortcutsSchemaContextType
  children: any
}
References

Editor, TLUiKeyboardShortcutsSchemaContextType, TLUiToolsContextType, TLUiActionsContextType

Edit this page
Last edited on 5 June 2023
TLUiKeyboardShortcutsSchemaContextTypeTLUiMenuChild