ApplicationBuilderJS

Properties

Link copied to clipboard
open override val applicationBase: ApplicationBase

Represents the fundamental base of an application within the ApplicationBuilder.

Link copied to clipboard
open override val configuration: Configuration

Represents the configuration settings for initializing and building the application.

Link copied to clipboard
open override val displays: List<Display>

A list of displays available to the application.

Link copied to clipboard
open override var program: Program

Represents the abstract program instance associated with the application being built.

Functions

Link copied to clipboard
open override fun configure(init: Configuration.() -> Unit)

Configures the application using the provided configuration block.

Link copied to clipboard
open override fun program(init: suspend Program.() -> Unit): Program

Initializes and runs a program within the application.