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 Jan 29, 2024
1 parent 8f45106 commit c7a92a2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -45028,6 +45028,22 @@
"props": {
"description": "Defines valid properties in SplitterPanel component.",
"values": [
{
"name": "aria-label",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Splitter handle ARIA label for screenreader support."
},
{
"name": "aria-labelledby",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Establishes relationships between the splitter and panel label element IDs."
},
{
"name": "children",
"optional": true,
Expand All @@ -45044,6 +45060,14 @@
"default": "",
"description": "ClassName of the component."
},
{
"name": "id",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Returns the value of element's id content attribute. Can be set to change it."
},
{
"name": "minSize",
"optional": true,
Expand Down

0 comments on commit c7a92a2

Please sign in to comment.