From 9ec137453404f0c59439073f09971d222172de61 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 28 Nov 2023 09:59:15 +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 f26aef307..7de5dcd7d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -8107,7 +8107,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t class: any, // Style class of the input icon\n }", + "type": "{\n \t class: any, // Style class of the input icon\n \t clickCallback: () ⇒ void, // Click callback\n}", "description": "input icon slot's params." } ],