Skip to content

API Reference / @gtkx/config / index / ResolvedConfig

Type Alias: ResolvedConfig

ResolvedConfig = object

Defined in: config.d.ts:30

Configuration reduced to the values the app runtime and the build need, with paths already resolved.

Properties

applicationId

applicationId: string

Defined in: config.d.ts:32

The GApplication identifier the app registers under.


elements

elements: string | null

Defined in: config.d.ts:38

Path of the module exporting per-element configs, or null when none is configured.


lazyElements

lazyElements: string[]

Defined in: config.d.ts:40

GLib type names of the elements marked isLazy, whose GObject their parent container creates.


reactCompiler

reactCompiler: ResolvedReactCompilerOptions | null

Defined in: config.d.ts:34

React Compiler options for the build, or null when the compiler is disabled.


userEventSignals

userEventSignals: Record<string, string[]>

Defined in: config.d.ts:36

Signal names, keyed by GLib type name, that stay suppressed while a React commit runs.

Released under the MPL-2.0 License.