Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotificationEvent

Event: notification.changed

Hierarchy

Index

Constructors

constructor

  • new NotificationEvent(message?: string | HTMLElement | JQuery, isHtml?: undefined | false | true): NotificationEvent

Properties

defaultPrevented

defaultPrevented: boolean

eventType

eventType: string

isHtml

isHtml: boolean

message

message: string | HTMLElement | JQuery

propagationStopped

propagationStopped: boolean

Methods

preventDefault

  • preventDefault(): this

stopImmediatePropagation

  • stopImmediatePropagation(): this

stopPropagation

  • stopPropagation(): this