diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index bc8b2ffaf..215619df2 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -18055,7 +18055,7 @@ "readonly": false, "type": "string", "default": "", - "description": "Icon to display in the message close button." + "description": "Icon to display in the overlaypanel close button." } ], "methods": [] @@ -20870,7 +20870,7 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-times", + "default": "", "description": "Icon to display in the sidebar close button." }, { @@ -20908,6 +20908,12 @@ "parameters": [], "returnType": "VNode[]", "description": "Custom header template." + }, + { + "name": "closeicon", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom close icon template." } ] },