To listen to events, see Studio Events.
Lifecycle
The API has been initialised and is ready for most calls. The data engine has not been initialised yet, and the UI is not ready. |
The data engine has been initialised, and the UI has been created, but may not be fully rendered yet. |
The render state has changed. This is called after the UI has been rendered, and can be used to determine when Studio is ready for printing or other operations that require the UI to be fully rendered. |
Invoked immediately before Studio is destroyed. This is useful for cleanup logic that needs to run before Studio is torn down. |
An error has occurred within Studio. |