Skip to content

API Reference / @gtkx/config / index / Config

Type Alias: Config

Config = z.infer<typeof configSchema>

Defined in: config.d.ts:27

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, and the React Compiler, codegen, and user event signal settings.

Released under the MPL-2.0 License.