diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 96cb47f9e9..c0cfb0422c 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -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, @@ -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": [ @@ -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": [