# Menu Control
Name
Type
Default Value
Description
bindMenu
Array<MenuItem>
-
Binds the menu to a component. If you click a component bound to the menu, the menu is displayed.
value
string
Indicates the menu item text.
action
() => void
Indicates the action triggered when a menu item is clicked.