mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
notification options in configuration
This commit is contained in:
7
src/config/notifications-config.interfaces.ts
Normal file
7
src/config/notifications-config.interfaces.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Config } from './config.interface';
|
||||
|
||||
export interface INotificationBoardOptions extends Config {
|
||||
rtl: boolean;
|
||||
position: ['top' | 'bottom' | 'middle', 'right' | 'left' | 'center'];
|
||||
maxStack: number;
|
||||
}
|
Reference in New Issue
Block a user