From c2636209781480af10d0aee3503cfadda1b0e2c8 Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Tue, 15 Aug 2023 16:01:01 +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 34533798f..ea3f3cb73 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -20589,7 +20589,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the clear icon\n \t onClick: (event: Event) => void, // Clear icon click function.\n }",
+ "type": "{\n \t class: any, // Style class of the clear icon\n \t onClick(event: Event): void, // Clear icon click function.\n }",
"description": "clear icon slot's params."
}
],