{
"componentDescription": "",
"propDescriptions": {
"anchorEl": {
"description": "An HTML element, or a function that returns one. It's used to set the position of the menu."
},
"autoFocus": {
"description": "If true (Default) will focus the [role="menu"] if no focusable child is found. Disabled children are not focusable. If you set this prop to false focus will be placed on the parent modal container. This has severe accessibility implications and should only be considered if you manage focus otherwise."
},
"children": { "description": "Menu contents, normally MenuItems." },
"classes": { "description": "Override or extend the styles applied to the component." },
"disableAutoFocusItem": {
"description": "When opening the menu will not focus the active item but the [role="menu"] unless autoFocus is also set to false. Not using the default means not following WAI-ARIA authoring practices. Please be considerate about possible accessibility implications."
},
"MenuListProps": {
"description": "Props applied to the MenuList element."
},
"onClose": {
"description": "Callback fired when the component requests to be closed.",
"typeDescriptions": {
"event": { "name": "event", "description": "The event source of the callback." },
"reason": {
"name": "reason",
"description": "Can be: "escapeKeyDown", "backdropClick", "tabKeyDown"."
}
}
},
"open": { "description": "If true, the component is shown." },
"PopoverClasses": {
"description": "classes prop applied to the Popover element."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"transitionDuration": {
"description": "The length of the transition in ms, or 'auto'"
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this Transition component."
},
"variant": {
"description": "The variant to use. Use menu to prevent selected items from impacting the initial focus."
}
},
"classDescriptions": {},
"slotDescriptions": {
"backdrop": "The component used for the backdrop slot.",
"list": "The component used for the list.",
"paper": "The component used for the paper.",
"root": "The component used for the popper.",
"transition": "The component used for the transition slot."
}
}