Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
974 B
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"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": "<code>open={true}</code>"
}
},
"slotDescriptions": {
"listbox": "The component that renders the listbox.",
"root": "The component that renders the popup element."
}
}