File

src/app/interfaces/alert.ts

Description

Alert Interface

Index

Properties

Properties

message
message: string
Type : string
options
options: IndividualConfig
Type : IndividualConfig
title
title: string
Type : string
import { IndividualConfig } from 'ng-mdb-pro/pro/alerts';

/**
 * Alert Interface
 * @author Daniel Sogl
 */
export interface Alert {
  message?: string;
  options?: IndividualConfig;
  title: string;
}

results matching ""

    No results matching ""