Update overlaypanel.js

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-17 11:26:11 +03:00
parent b4eec67ef8
commit e51e9c9b8f

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