SubMenu

Public TypeAlias

Signature
type SubMenu = {
  id: string
  type: 'submenu'
  label: TLTranslationKey
  disabled: boolean
  readonlyOk: boolean
  children: MenuChild[]
}
References

TLTranslationKey, MenuChild

Edit this page
Last edited on 11 May 2023
StylePanelTLDialog