TLUiMenuGroup
Public typealias
Signature
type TLUiMenuGroup = {
id: string
type: 'group'
checkbox: boolean
disabled: boolean
readonlyOk: boolean
children: TLUiMenuChild[]
}
References
Source
Public typealias
type TLUiMenuGroup = {
id: string
type: 'group'
checkbox: boolean
disabled: boolean
readonlyOk: boolean
children: TLUiMenuChild[]
}