{ "componentDescription": "A permanently displayed menu following https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/.\nIt's exposed to help customization of the [`Menu`](/material-ui/api/menu/) component if you\nuse it separately you need to move focus into the component manually. Once\nthe focus is placed inside the component it is fully keyboard accessible.", "propDescriptions": { "autoFocus": { "description": "If true, will focus the [role="menu"] container and move into tab order." }, "autoFocusItem": { "description": "If true, will focus the first menuitem if variant="menu" or selected item if variant="selectedMenu"." }, "children": { "description": "MenuList contents, normally MenuItems." }, "disabledItemsFocusable": { "description": "If true, will allow focus on disabled items." }, "disableListWrap": { "description": "If true, the menu items will not wrap focus." }, "variant": { "description": "The variant to use. Use menu to prevent selected items from impacting the initial focus and the vertical alignment relative to the anchor element." } }, "classDescriptions": { "dense": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "dense" }, "padding": { "description": "Styles applied to {{nodeName}} unless {{conditions}}.", "nodeName": "the root element", "conditions": "disablePadding={true}" }, "root": { "description": "Styles applied to the root element." }, "subheader": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "a subheader is provided" } } }