ActionsMenuSchemaProviderProps

Public TypeAlias

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

App, ActionsMenuSchemaContextType, ReturnType, useActions

Edit this page
Last edited on 11 May 2023
ActionsMenuSchemaProviderActionsProvider