NotificationOptions

Hierarchy

  • NotificationOptions

Properties

Optional autoClose

autoClose: undefined | false | true

Automatic notification auto-close flag.

Default: true Possible values:

  • true — the notification closes automatically after the timeout;
  • false — the notification closes after the close() method is called.

Optional message

message: undefined | string

Notification text available when you click the "More" button.