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