Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Notification

Index

Constructors

constructor

  • new Notification(title: string, type: string, text: string, icon?: string): Notification

Properties

Private cron

cron: Cron = new Cron()

Private icon

icon: string

Private text

text: string

Private title

title: string

Private type

type: string

Methods

emit

  • emit(origin: string, level: number): void

emitAt

  • emitAt(origin: string, level: number, cron: string): void
  • Parameters

    • origin: string
    • level: number
    • cron: string

    Returns void

getIcon

  • getIcon(): string

getText

  • getText(): string

getTitle

  • getTitle(): string

getType

  • getType(): string

setIcon

  • setIcon(icon: string): void

setText

  • setText(text: string): void

setTitle

  • setTitle(title: string): void

setType

  • setType(type: string): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc