From fdebb7ec878f8c20f9825ae5c1e69563da20148e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 10 Apr 2023 19:43:42 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index c7741fe35..55f6f0cfb 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -6147,7 +6147,7 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-times-circle", + "default": "", "description": "Icon of the remove element." } ], @@ -6163,6 +6163,19 @@ "parameters": [], "returnType": "VNode[]", "description": "Content can easily be customized with the default slot instead of using the built-in modes." + }, + { + "name": "removeicon", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t click(): void, // Remove icon click event\n \t keydown(): void, // Remove icon keydown event\n }", + "description": "remove icon slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom remove icon template of chip component." } ] },