diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 55f6f0cfb..0e4a56ee6 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -22956,6 +22956,22 @@ "description": "Uses to pass all properties of the HTMLButtonElement to the next button.", "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", "optional": true,