目录

MenuElementType

The type of the menu element.

type MenuElementType =
  'menu' |
  'menuWithRole' |
  'menuItem' |
  'menuItemWithRole' |
  'checkboxMenuItem';