Update API doc

pull/6465/head
GitHub Actions Bot 2024-09-24 07:52:10 +00:00
parent 00d7470d6a
commit 33ae3a015c
1 changed files with 15 additions and 0 deletions

View File

@ -55642,6 +55642,18 @@
"description": "Callback to invoke when resize ends."
}
]
},
"SplitterMethods": {
"relatedProp": "",
"props": [],
"methods": [
{
"name": "resetState",
"parameters": [],
"returnType": "void",
"description": "This method resizes all panels by either using the stored state in the case of a stateful Splitter, the size property of each SplitterPanel, or by resetting them to their default values."
}
]
}
}
},
@ -55691,6 +55703,9 @@
"SplitterEmitsOptions": {
"description": "Defines valid emits in Splitter component.",
"props": []
},
"SplitterMethods": {
"props": []
}
}
},