ScreenEvents

ScreenEvents ⇐ Const

Kind: global class
Extends: Const

ScreenEvents()

A Static class with screen events

“show”

Fired when the screen is shown

Kind: event emitted by ScreenEvents

“hide”

Fired when the screen is hidden

Kind: event emitted by ScreenEvents

“ready”

Fired when the screen is ready The data have been loaded, the views are fed and rendered

Kind: event emitted by ScreenEvents

“ready”

Fired when the screen is on error

Kind: event emitted by ScreenEvents

“dataError”

Fired when the screen is on error

Kind: event emitted by ScreenEvents

“change”

Fired when the screen has changed, ie the old screen has been hidden and the new screen is about to be shown

Kind: event emitted by ScreenEvents
Properties

NameTypeDescription
dataObject

The new and old screens