From b85d2b55363d41518b43bcbeeed9b91c4f91119e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 29 May 2023 13:39:26 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 319a1614d..3f71d83f3 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -552,6 +552,30 @@ "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." } ], "methods": []