TLUiSubMenu

Public TypeAlias

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

TLUiTranslationKey, TLUiMenuChild

Edit this page
Last edited on 12 June 2023
TLUiOverridesTLUiToast