From 1fc8a496e7a63dc2de75fdc1a286586c94670735 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 14 Jul 2023 09:24:43 +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 78d7e317e..ad17dcae8 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -31527,7 +31527,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t id: boolean, // Current id state as a string\n \t class: string, // Style class of the icon\n }" + "type": "{\n \t id: string, // Current id state as a string\n \t class: string, // Style class of the icon\n }" } ], "returnType": "VNode[]",