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."
}
],