From 1c40b50e0188cae0d84e08bdad3fa90ce6bfd5f1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 7 Apr 2023 20:37:09 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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." } ] },