Update overlaypanel.js

pull/4649/head
Tuğçe Küçükoğlu 2023-10-17 11:26:11 +03:00
parent b4eec67ef8
commit e51e9c9b8f
1 changed files with 6 additions and 0 deletions

View File

@ -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',