From d07e84a0e92dd082ef009148feddeece477ae8a2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 13 Jul 2023 11:13:23 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 7c62f6c48..da956a456 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -38652,6 +38652,38 @@ "type": "number", "default": "", "description": "Current index of the tab." + }, + { + "name": "count", + "optional": false, + "readonly": false, + "type": "number", + "default": "", + "description": "Count of tabs" + }, + { + "name": "first", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "", + "description": "Whether the tab is first." + }, + { + "name": "last", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "", + "description": "Whether the tab is last." + }, + { + "name": "active", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "", + "description": "Whether the tab is active." } ], "methods": []