Add backgroundpositionClass to definition

Add backgroundpositionClass to ToastrOptions interface
This commit is contained in:
Marc-Andre Roy
2013-03-22 16:18:55 -04:00
parent 469b9a8bc5
commit 10890574d3

6
toastr/toastr.d.ts vendored
View File

@@ -62,6 +62,10 @@ interface ToastrOptions {
*/
positionClass?: string;
/**
* Where toast should be displayed - background
*/
backgroundpositionClass?: string;
/**
* Time in milliseconds that the toast should be displayed
*/
timeOut?: number;
@@ -146,4 +150,4 @@ interface Toastr {
version: string;
}
declare var toastr: Toastr;
declare var toastr: Toastr;