Type to start searching...

Notification

Properties
association : string

Association path to the model in the layout. May be empty.

event : identifier

The UI event to fire if type is "uievent".

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

eventTimeAttribute : identifier

Name of the attribute storing the event time.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

form : identifier

When type is "simple" form reference name to determine the form model to refresh. If type is "uievent" optional form reference name from which the event will originate.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

height : Dimension

Popup window height

Valid values based on“string”.
(\d{1,8})|(\d{1,8}px)|(\d{1,8}pt)|(\d{1,8}%)
icon : string

When the notification is a popup, specifies the window icon. A smaller version of the icon is used for system tray decorator.

key : string

Cache key to check for new data.

refresh : int

Refresh rate in seconds.

screen : identifier

Popup screen name if type is "popup", or screen reference name if type is "simple". Not applicable to "uievent" notifications.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

type : NotificationType

Notification Type. One of "simple", "popup", or "uievent".

Valid values based on“string”.
simple
popup
uievent
width : Dimension

Popup window width.

Valid values based on“string”.
(\d{1,8})|(\d{1,8}px)|(\d{1,8}pt)|(\d{1,8}%)
Parents
  • Notifications - The set of notifications defined for the screen.