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 Jul 8, 2024
1 parent de048f7 commit 86d902a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -40945,33 +40945,33 @@
"description": "Defines callbacks that determine the behavior of the component based on a given condition or report the actions that the component takes.",
"values": [
{
"name": "onExpandedKeysChange",
"name": "onClose",
"parameters": [
{
"name": "value",
"name": "event",
"optional": false,
"type": "any",
"description": "New value."
"type": "PanelMenuHeaderItemClickEvent",
"description": "custom event."
}
],
"returnType": "void",
"description": "Callback to when the expandedKeys changes."
"description": "Callback to invoke when a panel gets collapsed."
},
{
"name": "onHide",
"name": "onExpandedKeysChange",
"parameters": [
{
"name": "event",
"name": "value",
"optional": false,
"type": "PanelMenuHeaderItemClickEvent",
"description": "custom event."
"type": "any",
"description": "New value."
}
],
"returnType": "void",
"description": "Callback to invoke when a panel gets collapsed."
"description": "Callback to when the expandedKeys changes."
},
{
"name": "onShow",
"name": "onOpen",
"parameters": [
{
"name": "event",
Expand Down

0 comments on commit 86d902a

Please sign in to comment.