Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Notification

Index

Constructors

constructor

  • new Notification(type: "confirmation" | "info" | "error" | "warning", handlerDesination?: string): Notification

Properties

clearHandlerWhenIntercepted

clearHandlerWhenIntercepted: boolean = false

handlerDestination

handlerDestination: string = 'main'

hideOnClick

hideOnClick: boolean = true

intercepted

intercepted: boolean = false

lifetime

lifetime: number = ...

message

message: string

title

title: string

type

type: "confirmation" | "info" | "error" | "warning"

Generated using TypeDoc