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