KeyboardShortcutsSchemaProviderProps
Public TypeAlias
Signature
type KeyboardShortcutsSchemaProviderProps = {
  overrides?: (
    app: App,
    schema: KeyboardShortcutsSchemaContextType,
    more: {
      tools: ToolsContextType
      actions: ActionsContextType
    }
  ) => KeyboardShortcutsSchemaContextType
  children: any
}
References
App, KeyboardShortcutsSchemaContextType, ToolsContextType, ActionsContextType