Skip to content

API Reference / @gtkx/config / index / Config

Type Alias: Config

Config = z.infer<typeof configSchema>

Defined in: config.d.ts:28

User-facing configuration for a GTKX project, as authored in gtkx.config.ts: the GIR libraries to bind and where to find them, the GApplication id, per-element configuration, the React Compiler, codegen, and user event signal settings, and the future block opting into behavior that becomes the default in the next major version.

Released under the MPL-2.0 License.