TLUiMenuGroup

Public TypeAlias

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

TLUiMenuChild

Edit this page
Last edited on 6 June 2023
TLUiMenuChildTLUiMenuItem