Update API doc

pull/3852/head
GitHub Actions Bot 2023-04-11 07:33:22 +00:00
parent c35ef2ccd5
commit f2fc192c1a
1 changed files with 16 additions and 0 deletions

View File

@ -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,