Update overlaypanel.js
parent
b4eec67ef8
commit
e51e9c9b8f
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue