ng2-yk-notifier
Version:
Angular2 Notification Component
12 lines (11 loc) • 365 B
TypeScript
export declare class NotifierOptions {
animate?: 'flyRight' | 'flyLeft' | 'rotate' | 'scale' | 'fade';
clickToClose?: boolean;
maxStack?: number;
pauseOnHover?: boolean;
position?: ['top' | 'bottom', 'right' | 'left' | 'center'];
notifierLife?: number;
titleClass?: string;
messageClass?: string;
constructor(options: Object);
}