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 28, 2024
1 parent 19fc697 commit 7c64010
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13097,8 +13097,8 @@
"name": "headerCheckbox",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughType<HTMLAttributes<HTMLDivElement>>",
"description": "Uses to pass attributes to the header checkbox's DOM element."
"type": "CheckboxPassThroughOptions",
"description": "Uses to pass attributes to the header checkbox's component."
},
{
"name": "columnFilter",
Expand Down Expand Up @@ -13360,32 +13360,18 @@
"description": "Uses to pass attributes to the row reorder icon's DOM element."
},
{
"name": "radioButton",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughType<HTMLAttributes<HTMLDivElement>>",
"description": "Uses to pass attributes to the row radiobutton wrapper's DOM element."
},
{
"name": "radioButtonInput",
"name": "rowRadioButton",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughType<HTMLAttributes<HTMLInputElement>>",
"description": "Uses to pass attributes to the row radiobutton input's DOM element."
},
{
"name": "radioButtonBox",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughType<HTMLAttributes<HTMLDivElement>>",
"description": "Uses to pass attributes to the row radiobutton box's DOM element."
"type": "RadioButtonPassThroughOptions",
"description": "Uses to pass attributes to the row radiobutton component."
},
{
"name": "radioButtonIcon",
"name": "rowCheckbox",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughType<HTMLAttributes<HTMLDivElement>>",
"description": "Uses to pass attributes to the row radiobutton icon's DOM element."
"type": "CheckboxPassThroughOptions",
"description": "Uses to pass attributes to the row checkbox component."
},
{
"name": "hooks",
Expand Down

0 comments on commit 7c64010

Please sign in to comment.