MenuOptions
Options for constructing a menu.
Properties
label
readonly label?: string;
The label of the menu.
items
readonly items: (MenuElement | MenuItemRole)[];
The items of the menu.
Options for constructing a menu.
readonly label?: string;
The label of the menu.
readonly items: (MenuElement | MenuItemRole)[];
The items of the menu.