Update API doc
parent
a59fb53535
commit
fb60c57af2
|
@ -27046,6 +27046,22 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass all properties of the HTMLButtonElement to the next navigation button."
|
"description": "Used to pass all properties of the HTMLButtonElement to the next navigation button."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ariaLabel",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines a string value that labels an interactive element."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ariaRoledescription",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines a string value that description for the role of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "pt",
|
"name": "pt",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue