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
}