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 Dec 2, 2023
1 parent cf88e9c commit ad94ff5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4569,6 +4569,13 @@
"readonly": false,
"type": "boolean",
"description": "Current selection state of the item as a boolean."
},
{
"name": "disabled",
"optional": false,
"readonly": false,
"type": "boolean",
"description": "Current disabled state of the item as a boolean."
}
],
"callbacks": []
Expand Down Expand Up @@ -34819,6 +34826,13 @@
"type": "MultiSelectPassThroughType<HTMLAttributes<HTMLDivElement>>",
"description": "Uses to pass attributes to the header's DOM element."
},
{
"name": "headerCheckboxContainer",
"optional": true,
"readonly": false,
"type": "MultiSelectPassThroughType<HTMLAttributes<HTMLDivElement>>",
"description": "Uses to pass attributes to the header checkbox's container DOM element."
},
{
"name": "headerCheckbox",
"optional": true,
Expand Down

0 comments on commit ad94ff5

Please sign in to comment.