Skip to content

API Reference / @gtkx/config / ResolvedConfig

Type Alias: ResolvedConfig

ResolvedConfig = object

Defined in: config.d.ts:80

Configuration reduced to the values needed at runtime: the GApplication identifier and the resolved React Compiler options (null when disabled).

Properties

applicationId

applicationId: string

Defined in: config.d.ts:81


reactCompiler

reactCompiler: ResolvedReactCompilerOptions | null

Defined in: config.d.ts:82

Released under the MPL-2.0 License.