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 14, 2024
1 parent abbdf45 commit 0c4eeca
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -55976,6 +55976,27 @@
"type": "TreeTablePassThroughType<HTMLAttributes<HTMLInputElement>>",
"description": "Uses to pass attributes to the hidden input's DOM element."
},
{
"name": "row",
"optional": true,
"readonly": false,
"type": "RowPassThroughOptions",
"description": "Used to pass attributes to the Row helper components."
},
{
"name": "column",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptions",
"description": "Used to pass attributes to the Column helper components."
},
{
"name": "tooltip",
"optional": true,
"readonly": false,
"type": "TooltipPassThroughOptions",
"description": "Uses to pass attributes tooltip's DOM element."
},
{
"name": "hooks",
"optional": true,
Expand Down

0 comments on commit 0c4eeca

Please sign in to comment.