OptionalanchorOptionalaria-The accessibility label for the menu
OptionalcloseWhether to close the menu when an option is selected
OptionalcompositeWhether the menu is a composed with other composite widgets like a combobox or tabs
OptionaldefaultThe initial highlighted value of the menu item when rendered. Use when you don't need to control the highlighted value of the menu item.
OptionaldefaultThe initial open state of the menu when rendered. Use when you don't need to control the open state of the menu.
OptionalhighlightedThe controlled highlighted value of the menu item.
OptionalidThe unique identifier of the machine.
OptionalidsThe ids of the elements in the menu. Useful for composition.
OptionalimmediateWhether to synchronize the present change immediately or defer it to the next frame
OptionallazyWhether to enable lazy mounting
OptionalloopWhether to loop the keyboard navigation.
OptionalnavigateFunction to navigate to the selected item if it's an anchor element
OptionalonFunction called when the escape key is pressed
OptionalonFunction called when the animation ends in the closed state
OptionalonFunction called when the focus is moved outside the component
OptionalonFunction called when the highlighted menu item changes.
OptionalonFunction called when an interaction happens outside the component
OptionalonFunction called when the menu opens or closes
OptionalonFunction called when the pointer is pressed down outside the component
OptionalonFunction called when this layer is closed due to a parent layer being closed
OptionalonFunction called when a menu item is selected.
OptionalopenThe controlled open state of the menu
OptionalpositioningThe options used to dynamically position the menu
OptionalpresentWhether the node is present (controlled by the user)
OptionalrecipeOptionalsizeOptionalskipWhether to allow the initial presence animation.
OptionaltypeaheadWhether the pressing printable characters should trigger typeahead navigation
OptionalunmountWhether to unmount on exit.
OptionalunstyledIf true, the element will opt out of the theme styles.
Optionalvariant
The positioning point for the menu. Can be set by the context menu trigger or the button trigger.