• Overview
@angular/aria/menu

MenuItem

directive

An item in a Menu.

API

    
      class MenuItem<V> {}
    
    

element

HTMLElement

A reference to the menu element.

id

any

The unique ID of the menu item.

value

any

The value of the menu item.

disabled

any

Whether the menu item is disabled.

searchTerm

any

The search term associated with the menu item.

parent

any

A reference to the parent menu or menubar.

Description

An item in a Menu.

Menu items can be used in menus and menubars to represent a choice or action a user can take.

Jump to details