TLUiMenuSchemaProviderProps

Public TypeAlias

Signature
type TLUiMenuSchemaProviderProps = {
  overrides?: (
    editor: Editor,
    schema: TLUiMenuSchemaContextType,
    helpers: {
      actions: ReturnType<typeof useActions>
      noneSelected: boolean
      oneSelected: boolean
      twoSelected: boolean
      threeSelected: boolean
    }
  ) => TLUiMenuSchemaContextType
  children: any
}
References

Editor, TLUiMenuSchemaContextType, ReturnType, useActions

Edit this page
Last edited on 6 June 2023
TLUiMenuSchemaContextTypeTLUiOverrides