Add confirm property in PNotifyOptions (#17043)

Use PNotifyconfirm interface as a type for confirm property in the PNotifyOptions
This commit is contained in:
Anton Cholakov
2017-06-09 00:50:41 +03:00
committed by Mohamed Hegazy
parent 47e7bba277
commit 5a7ad344d1

View File

@@ -133,6 +133,10 @@ interface PNotifyOptions {
* Whether to escape the content of the text. (Not allow HTML.)
*/
text_escape?: boolean;
/**
* Support for PNotifyconfirm options
*/
confirm?: PNotifyconfirm
/**
* What styling classes to use. (Can be either "brighttheme", "jqueryui", "bootstrap2", "bootstrap3", "fontawesome" or a custom style object)
*/