mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Add confirm property in PNotifyOptions (#17043)
Use PNotifyconfirm interface as a type for confirm property in the PNotifyOptions
This commit is contained in:
committed by
Mohamed Hegazy
parent
47e7bba277
commit
5a7ad344d1
4
types/jquery.pnotify/index.d.ts
vendored
4
types/jquery.pnotify/index.d.ts
vendored
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user