MenuItem

Public TypeAlias

Signature
type MenuItem = {
  id: string
  type: 'item'
  readonlyOk: boolean
  actionItem: ActionItem
  disabled: boolean
  checked: boolean
}
References

ActionItem

Edit this page
Last edited on 11 May 2023
menuItemMenuSchema