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