File

src/app/core/notifications/notification.model.ts

Index

Properties

Constructor

constructor(id: number, type: string, message: string, title?: string)
Parameters :
Name Type Optional Description
id number
type string
message string
title string true

Properties

Public id
id: number
Type : number
Public message
message: string
Type : string
Public title
title: string
Type : string
Public type
type: string
Type : string
export class Notification {
  constructor(public id: number,
              public type: string,
              public message: string,
              public title?: string) {
  }
}

results matching ""

    No results matching ""