File

src/lib/toast/simple-notifications/interfaces/notification-event.type.ts

Properties

add
add: boolean
Type : boolean
command
command: string
Type : string
id
id: string
Type : string
notification
notification: Notification
Type : Notification
import {Notification} from './notification.type';

export interface NotificationEvent {
    add?: boolean;
    command: string;
    id?: string;
    notification?: Notification;
}

results matching ""

    No results matching ""