mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Adjusted CSS and added default notification options in the environment config files
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import { Config } from './config.interface';
|
||||
import { NotificationAnimationsType } from '../app/shared/notifications/models/notification-animations-type';
|
||||
|
||||
export interface INotificationBoardOptions extends Config {
|
||||
rtl: boolean;
|
||||
position: ['top' | 'bottom' | 'middle', 'right' | 'left' | 'center'];
|
||||
maxStack: number;
|
||||
timeOut: number;
|
||||
clickToClose: boolean;
|
||||
animate: NotificationAnimationsType;
|
||||
}
|
||||
|
Reference in New Issue
Block a user