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 18, 2024
1 parent 84f44e0 commit 6a7c803
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5715,6 +5715,14 @@
"default": "document.body",
"description": "DOM element instance where the overlay panel should be mounted. Valid values are any DOM Element and \"self\". The \"self\" value is used to render a component where it is located."
},
{
"name": "ariaLabel",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "ARIA label for screenreader support."
},
{
"name": "ariaLabelledBy",
"optional": true,
Expand Down Expand Up @@ -7377,6 +7385,13 @@
"type": "string",
"description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs."
},
{
"name": "ariaLabel",
"optional": true,
"readonly": false,
"type": "string",
"description": "ARIA label for screenreader support."
},
{
"name": "autoZIndex",
"optional": true,
Expand Down

0 comments on commit 6a7c803

Please sign in to comment.