File

projects/ng-snotify/src/lib/interfaces/snotify-defaults.interface.ts

Description

Global configuration object

Index

Properties

Properties

global
global: SnotifyGlobalConfig
Type : SnotifyGlobalConfig
Optional
toast
toast: SnotifyToastConfig
Type : SnotifyToastConfig
Optional
type
type: literal type
Type : literal type
Optional
import { SnotifyToastConfig } from './snotify-toast-config.interface';
import { SnotifyGlobalConfig } from './snotif-global-config.interface';

/**
 * Global configuration object
 */
export interface SnotifyDefaults {
  global?: SnotifyGlobalConfig;
  toast?: SnotifyToastConfig;
  type?: {
    [key: string]: SnotifyToastConfig;
  };
}

result-matching ""

    No results matching ""