MenuSchemaProviderProps

Public TypeAlias

Signature
type MenuSchemaProviderProps = {
  overrides?: (
    app: App,
    schema: MenuSchemaContextType,
    helpers: {
      actions: ReturnType<typeof useActions>
      noneSelected: boolean
      oneSelected: boolean
      twoSelected: boolean
      threeSelected: boolean
    }
  ) => MenuSchemaContextType
  children: any
}
References

App, MenuSchemaContextType, ReturnType, useActions

Edit this page
Last edited on 11 May 2023
MenuSchemaProvidermenuSubmenu