mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update angular-notify.d.ts
Bump version 2.0.2 --> 2.5.0
This commit is contained in:
parent
16134c168d
commit
034d45f33e
12
angular-notify/angular-notify.d.ts
vendored
12
angular-notify/angular-notify.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for angular-notify 2.0.2
|
||||
// Type definitions for angular-notify 2.5.0
|
||||
// Project: https://github.com/cgross/angular-notify
|
||||
// Definitions by: Suwato <https://github.com/Suwato/DefinitelyTyped>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@ -51,6 +51,11 @@ declare module angular.cgNotify {
|
||||
* Optional. Currently center and right are the only acceptable values.
|
||||
*/
|
||||
position? : string;
|
||||
|
||||
/**
|
||||
* Optional. The duration (in milliseconds) of the message. A duration of 0 will prevent the message from closing automatically.
|
||||
*/
|
||||
duration? : number;
|
||||
|
||||
/**
|
||||
* Optional. Element that contains each notification. Defaults to document.body.
|
||||
@ -94,6 +99,11 @@ declare module angular.cgNotify {
|
||||
* The default element that contains each notification. Defaults to document.body.
|
||||
*/
|
||||
container? : any;
|
||||
|
||||
/**
|
||||
* The maximum number of total notifications that can be visible at one time. Older notifications will be closed when the maximum is reached.
|
||||
*/
|
||||
maximumOpen? : number;
|
||||
}):void;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user