API Reference / @gtkx/runtime / runApplication
Variable: runApplication
construnApplication: (application) =>void
Defined in: runtime/dist/lifecycle.d.ts:33
Registers the application if needed and activates it, keeping the runtime alive while it is active and releasing it on shutdown.
Parameters
application
The application to register and activate.
Returns
void