mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
notifyjs - adding missing timeout options
This commit is contained in:
Vendored
+5
@@ -72,6 +72,11 @@ declare module notifyjs {
|
||||
* unique identifier to stop duplicate notifications
|
||||
*/
|
||||
tag? : string;
|
||||
|
||||
/**
|
||||
* number of seconds to close the notification automatically
|
||||
*/
|
||||
timeout? : number;
|
||||
|
||||
/**
|
||||
* callback when notification is shown
|
||||
|
||||
Reference in New Issue
Block a user