Skip to content

API Reference / @gtkx/runtime / runApplication

Variable: runApplication

const runApplication: (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

ApplicationLike

The application to register and activate.

Returns

void

Released under the MPL-2.0 License.