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
28 lines
974 B
JSON
28 lines
974 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|