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 Nov 11, 2024
1 parent d530ddd commit af17144
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 454 deletions.
19 changes: 19 additions & 0 deletions apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10865,6 +10865,19 @@
"returnType": "void",
"description": "Emitted when the value changes."
},
{
"name": "update:indeterminate",
"parameters": [
{
"name": "value",
"optional": false,
"type": "false",
"description": "New value."
}
],
"returnType": "void",
"description": "Emitted when the \"indeterminate\" changes."
},
{
"name": "value-change",
"parameters": [
Expand Down Expand Up @@ -26220,6 +26233,12 @@
"parameters": [],
"returnType": "void",
"description": "Callback to invoke when drawer gets hidden."
},
{
"name": "after-hide",
"parameters": [],
"returnType": "void",
"description": "Callback to invoke after drawer is hidden."
}
]
}
Expand Down
Loading

0 comments on commit af17144

Please sign in to comment.