diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 7c5ce1f61..f81c27214 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -15340,23 +15340,35 @@ "PanelEmits": { "description": "Defines valid emits in Panel component.", "relatedProp": "", - "props": [ + "props": [], + "methods": [ { "name": "toggle", - "optional": false, - "readonly": false, - "type": "Function", - "default": "" + "parameters": [ + { + "name": "event", + "optional": false, + "type": "PanelToggleEvent", + "description": "Custom toggle event." + } + ], + "returnType": "void", + "description": "Callback to invoke when a tab toggle." }, { "name": "update:collapsed", - "optional": false, - "readonly": false, - "type": "Function", - "default": "" + "parameters": [ + { + "name": "value", + "optional": false, + "type": "boolean", + "description": "New value." + } + ], + "returnType": "void", + "description": "Emitted when the collapsed changes." } - ], - "methods": [] + ] }, "PanelProps": { "description": "Defines valid properties in Panel component.",