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 Aug 26, 2023
1 parent b40ab6c commit 933b033
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -52672,6 +52672,19 @@
"returnType": "void",
"description": "Callback to invoke when a node is unselected."
},
{
"name": "onValueChange",
"parameters": [
{
"name": "value",
"optional": false,
"type": "undefined | TreeNode[]",
"description": "Value displayed by the table."
}
],
"returnType": "void",
"description": "Callback to invoke after filtering and sorting to pass the rendered value."
},
{
"name": "rowClassName",
"parameters": [
Expand Down

0 comments on commit 933b033

Please sign in to comment.