From e51e9c9b8f324cb86cf07380d4fab4a0d0ccfc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 17 Oct 2023 11:26:11 +0300 Subject: [PATCH] Update overlaypanel.js --- api-generator/components/overlaypanel.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api-generator/components/overlaypanel.js b/api-generator/components/overlaypanel.js index eeb74c637..f9b0af4d0 100644 --- a/api-generator/components/overlaypanel.js +++ b/api-generator/components/overlaypanel.js @@ -47,6 +47,12 @@ const OverlayPanelProps = [ default: 'undefined', description: 'Display a custom close icon for the message.' }, + { + name: 'closeOnEscape', + type: 'boolean', + default: 'true', + description: 'Specifies if pressing escape key should hide the dialog.' + }, { name: 'pt', type: 'any',