Onload Event
Onload Event
This event occurs when a graph is displayed, i.e. when there is a /report in the URL.
Function
Desktop
app.report.show
Mobile
mobile.app.report.show
Properties of the Event Object
| PROPERTY | TYPE | DESCRIPTION |
|---|---|---|
| appId | Integer | The App ID |
| type | String | The event type. |
Available Event Object Actions
By returning a Promise object in the event handler, the next operations can be processed after waiting for asynchronous processes in the event handler to finish.