mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Angular-growl-v2: Added missing properties for message configuration
This commit is contained in:
parent
98d3168c2c
commit
9d90177e8e
5
angular-growl-v2/angular-growl-v2.d.ts
vendored
5
angular-growl-v2/angular-growl-v2.d.ts
vendored
@ -26,9 +26,12 @@ declare module angular.growl {
|
||||
disableCountDown?: boolean;
|
||||
disableIcons?: boolean;
|
||||
disableCloseButton?: boolean;
|
||||
referenceId?: number;
|
||||
onclose?: Function;
|
||||
onopen?: Function;
|
||||
position?: string;
|
||||
referenceId?: number;
|
||||
translateMessage?: boolean;
|
||||
variables?: { [variable: string]: any; };
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user