Methods
-
getValue()
-
Returns the current app state.
- Source:
Returns:
A deep copy of the app state data.
- Type
- app_state
-
<async> init()
-
When the instance is created, when all dependencies have been resolved and before the dependent sub-instances are initialized and ready. Allows dynamic post-configuration of the instance.
- Source:
-
<async> ready()
-
When the instance is created and after all dependent sub-instances are initialized and ready. Allows the first official actions of the instance that should only happen once.
- Source:
-
<async> start()
-
Starts the app. The current app state is visualized in the webpage area.
- Source: