From c5d49d9daa5ba8bc66e6eab4c0b49ab8c6e3c11a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 9 Nov 2023 10:34:09 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 401d381c4..cd1f89244 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -760,7 +760,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t index: number, // Index of the tab\n \t isTabActive: (index: number) ⇒ void, // Whether the tab is active\n}", + "type": "{\n \t index: number, // Index of the tab\n \t isTabActive: (index: number) ⇒ void, // Whether the tab is active\n\t active: (index: number) ⇒ void, // Whether the tab is active\n}", "description": "header slot's params." } ],