Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationManagerInterface<Identifier>

Notification manager interface

Type parameters

  • Identifier: string

Hierarchy

  • NotificationManagerInterface

Implemented by

Index

Methods

forceHidden

  • forceHidden(identifier: string | Identifier, hidden?: undefined | true | false): void
  • Force a particular notification ID to be hidden

    Parameters

    • identifier: string | Identifier
    • Optional hidden: undefined | true | false

    Returns void

hideNotification

  • hideNotification(identifier: string | Identifier): void

isShown

  • isShown(identifier: Identifier | string): boolean

showNotification

Generated using TypeDoc