Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Feb 13, 2024
2 parents f378525 + 98ab70d commit cae19de
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -39187,6 +39187,14 @@
"default": "",
"description": "Used to get the child elements of the component."
},
{
"name": "expandedKeys",
"optional": true,
"readonly": false,
"type": "PanelMenuExpandedKeys",
"default": "",
"description": "A map of keys to represent the expansion state in controlled mode."
},
{
"name": "model",
"optional": true,
Expand Down Expand Up @@ -39248,6 +39256,19 @@
"callbacks": {
"description": "Defines callbacks that determine the behavior of the component based on a given condition or report the actions that the component takes.",
"values": [
{
"name": "onExpandedKeysChange",
"parameters": [
{
"name": "value",
"optional": false,
"type": "any",
"description": "New value."
}
],
"returnType": "void",
"description": "Callback to when the expandedKeys changes."
},
{
"name": "onHide",
"parameters": [
Expand Down Expand Up @@ -39488,6 +39509,19 @@
],
"callbacks": []
},
"PanelMenuExpandedKeys": {
"description": "Custom expanded keys metadata.",
"relatedProp": "expandedKeys",
"props": [
{
"name": "[key: string]",
"optional": false,
"readonly": false,
"type": "any"
}
],
"callbacks": []
},
"PanelMenuHeaderItemClickEvent": {
"relatedProp": "",
"props": [
Expand Down

0 comments on commit cae19de

Please sign in to comment.