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 Sep 24, 2024
1 parent 00d7470 commit 33ae3a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}
}
},
Expand Down Expand Up @@ -55691,6 +55703,9 @@
"SplitterEmitsOptions": {
"description": "Defines valid emits in Splitter component.",
"props": []
},
"SplitterMethods": {
"props": []
}
}
},
Expand Down

0 comments on commit 33ae3a0

Please sign in to comment.