Public typealias

Signature
type TLUiSubMenu = {
  id: string
  type: 'submenu'
  label: TLUiTranslationKey
  disabled: boolean
  readonlyOk: boolean
  children: TLUiMenuChild[]
}
References

TLUiTranslationKey, TLUiMenuChild

Source

packages/tldraw/src/lib/ui/hooks/menuHelpers.ts

TLUiOverridesTLUiToast