Notification Constructor

Initializes the dundas.notifications.Notification object.
 

Parameters

notificationOptions

Type: Object
(optional) Object with default values for the notification.
Optional: True

Examples

The following example initializes a new instance of a Notification object:

var newObject = new dundas.notifications.Notification();