Update API doc
parent
c35ef2ccd5
commit
f2fc192c1a
|
@ -22956,6 +22956,22 @@
|
||||||
"description": "Uses to pass all properties of the HTMLButtonElement to the next button.",
|
"description": "Uses to pass all properties of the HTMLButtonElement to the next button.",
|
||||||
"deprecated": "since v3.26.0. Use 'pt' property instead."
|
"deprecated": "since v3.26.0. Use 'pt' property instead."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "prevIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Prev icon of the scrollable tabview."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "nextIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Next icon of the scrollable tabview."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "pt",
|
"name": "pt",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue