Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private DELAY_INTERVAL

DELAY_INTERVAL: number

This is a doc comment for "DELAY_INTERVAL".

Private align

align: string

Private closeDelayTimer

closeDelayTimer: any

This is a doc comment for "closeDelayTimer".

Private elementRef

elementRef: ElementRef

This is a doc comment for "elementRef".

Private hideNotification

hideNotification: boolean

This is a doc comment for "hideNotification".

Private notifyMgr

This is a doc comment for "notifyMgr".

Private observableMgr

observableMgr: ObservableManager

This is a doc comment for "observableMgr".

Protected options

options: any

Static ALIGN_LEFT

ALIGN_LEFT: string = ALIGN_LEFT

Static ALIGN_RIGHT

ALIGN_RIGHT: string = ALIGN_RIGHT

Static TYPE_NAME

TYPE_NAME: string = TYPE_NAME

Methods

_isAlignLeft

  • _isAlignLeft(): boolean
  • Returns boolean

getAlign

  • getAlign(): string
  • Returns string

Private getModelIndex

  • comment for method

    Parameters

    Returns number

    number.

getNonTimeoutNotifications

  • comment for method

    Returns Notification[]

    Notification[].

getOptions

  • getOptions(): any

hide

  • hide(): void
  • Returns void

isHideNotification

  • isHideNotification(): boolean
  • Returns boolean

ngOnInit

  • ngOnInit(): void
  • Returns void

onNotificationClosed

  • onNotificationClosed($event: CustomEvent): void
  • comment for method

    Parameters

    • $event: CustomEvent

    Returns void

onNotificationHideActionBar

  • onNotificationHideActionBar($event: CustomEvent): void
  • comment for method

    Parameters

    • $event: CustomEvent

    Returns void

onNotificationShowActionBar

  • onNotificationShowActionBar($event: CustomEvent): void
  • comment for method

    Parameters

    • $event: CustomEvent

    Returns void

setAlign

  • setAlign(align: string): void
  • Parameters

    • align: string

    Returns void

setOptions

  • setOptions(options: any): void

setShow

  • setShow(show: boolean): void
  • Parameters

    • show: boolean

    Returns void

show

  • show(): void
  • Returns void

Generated using TypeDoc