Update API doc
parent
ae0b490dad
commit
2e3053520b
|
@ -15340,23 +15340,35 @@
|
||||||
"PanelEmits": {
|
"PanelEmits": {
|
||||||
"description": "Defines valid emits in Panel component.",
|
"description": "Defines valid emits in Panel component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [],
|
||||||
|
"methods": [
|
||||||
{
|
{
|
||||||
"name": "toggle",
|
"name": "toggle",
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "event",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"readonly": false,
|
"type": "PanelToggleEvent",
|
||||||
"type": "Function",
|
"description": "Custom toggle event."
|
||||||
"default": ""
|
}
|
||||||
|
],
|
||||||
|
"returnType": "void",
|
||||||
|
"description": "Callback to invoke when a tab toggle."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "update:collapsed",
|
"name": "update:collapsed",
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "value",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"readonly": false,
|
"type": "boolean",
|
||||||
"type": "Function",
|
"description": "New value."
|
||||||
"default": ""
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"returnType": "void",
|
||||||
|
"description": "Emitted when the collapsed changes."
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"PanelProps": {
|
"PanelProps": {
|
||||||
"description": "Defines valid properties in Panel component.",
|
"description": "Defines valid properties in Panel component.",
|
||||||
|
|
Loading…
Reference in New Issue