Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the arguments for the AddNotification command.

Hierarchy

  • DisplayNotificationArgs

Index

Properties

Optional buttons

Collection of buttons on the notification

type

Collection

Optional closeButton

Optional button for removing the notification display

type

NotificationActionButton

Optional iconProperties

iconProperties: ImageProperties

The icon information (uri, class, and alt text)

type

ImageProperties

id

id: string

Id of this notification

type

string

Optional regionName

regionName: string

Optional region where notifications are to be shown. If specified, the notification will be created and activated in this region.

type

String

text

text: string

The notification text to display

type

String