ContextMenuSchemaProviderProps
Public TypeAlias
Signature
type ContextMenuSchemaProviderProps = {
  overrides?: (
    app: App,
    schema: ContextMenuSchemaContextType,
    helpers: {
      actions: ReturnType<typeof useActions>
      oneSelected: boolean
      twoSelected: boolean
      threeSelected: boolean
      showAutoSizeToggle: boolean
      showUngroup: boolean
      onlyFlippableShapeSelected: boolean
    }
  ) => ContextMenuSchemaContextType
  children: any
}