Files
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

56 lines
3.1 KiB
JSON

{
"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 <code>true</code> (Default) will focus the <code>[role=&quot;menu&quot;]</code> if no focusable child is found. Disabled children are not focusable. If you set this prop to <code>false</code> 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 <code>MenuItem</code>s." },
"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 <code>[role=&quot;menu&quot;]</code> unless <code>autoFocus</code> is also set to <code>false</code>. Not using the default means not following WAI-ARIA authoring practices. Please be considerate about possible accessibility implications."
},
"MenuListProps": {
"description": "Props applied to the <a href=\"https://mui.com/material-ui/api/menu-list/\"><code>MenuList</code></a> 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: <code>&quot;escapeKeyDown&quot;</code>, <code>&quot;backdropClick&quot;</code>, <code>&quot;tabKeyDown&quot;</code>."
}
}
},
"open": { "description": "If <code>true</code>, the component is shown." },
"PopoverClasses": {
"description": "<code>classes</code> prop applied to the <a href=\"https://mui.com/material-ui/api/popover/\"><code>Popover</code></a> 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 <code>ms</code>, or &#39;auto&#39;"
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
},
"variant": {
"description": "The variant to use. Use <code>menu</code> 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."
}
}