Class: Notification

ui.NotificationArea.Notification

new ui.NotificationArea.Notification ()

A notification popup.

Properties:
Name Type Description
icon string

(default: "") The name of the icon.

item ui.Object

(default: null) The item created from a custom template.

message string

(default: "") The message text.

progress number

(default: -1.0) A progress value between 0.0 and 1.0, or a negative value for showing no progress bar.

progressText string

(default: "") The text to display next to the progress bar.

title string

(default: "") The title text.

Extends