{ "componentDescription": "", "propDescriptions": { "actions": { "description": "A ref with imperative actions that can be performed on the menu." }, "anchor": { "description": "The element based on which the menu is positioned." }, "onItemsChange": { "description": "Function called when the items displayed in the menu change." }, "slotProps": { "description": "The props used for each slot inside the Menu." }, "slots": { "description": "The components used for each slot inside the Menu. Either a string to use a HTML element or a component." } }, "classDescriptions": { "expanded": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "open={true}" } }, "slotDescriptions": { "listbox": "The component that renders the listbox.", "root": "The component that renders the popup element." } }