File

src/app/models/ToastMsg.ts

Index

Properties

Properties

color
color: string
Type : string
Optional
msg
msg: string
Type : string
timeOut
timeOut: number
Type : number
Optional
type
type: "warning" | "alert" | "notification"
Type : "warning" | "alert" | "notification"
Optional
export interface ToastMsg{
    msg:string,
    type?:'warning'|'alert'|'notification',
    timeOut?:number,
    color?:string
}

results matching ""

    No results matching ""