Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SacGwhNotification

Interface to describe a notification that can be displayed.

Hierarchy

  • SacGwhNotification

Implemented by

Index

Properties

Optional details

details: string

OPTIONAL string that contains further information. Will be displayed in

Optional dismissAfter

dismissAfter: number

OPTIONAL milliseconds the notification will be dismissed after. If not given, a default will apply

Optional id

id: number

OPTIONAL ID of the notification. Only the last notification per ID will be shown. If there is a notification with a given ID already, the old one will be dismissed an be replaced with the new.

message

message: string

string containing the message to be displayed. The message may contain HTML

type

type: string

type of the notification. Provides one of four bootstrap supported contextual classes: success -> green, info -> blue, warning -> orange and danger -> red

Generated using TypeDoc