MenuGroup

Public TypeAlias

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

MenuChild

Edit this page
Last edited on 11 May 2023
menuGroupmenuItem