Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Mar 17, 2023
1 parent ae0b490 commit 2e30535
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 2e30535

Please sign in to comment.