Skip to content

API Reference / @gtkx/codegen / ResolvedStore

Type Alias: ResolvedStore

ResolvedStore = object

Defined in: codegen/dist/store/resolve-store.d.ts:6

Where a project's generated stores live, ready to spread into runCodegen. jsx is null when the project has no @gtkx/react installed, in which case only the @gtkx/gi store can be generated.

Properties

gi

gi: StoreOptions

Defined in: codegen/dist/store/resolve-store.d.ts:8

Where the @gtkx/gi store goes, versioned by the installed @gtkx/runtime.


jsx

jsx: StoreOptions | null

Defined in: codegen/dist/store/resolve-store.d.ts:10

Where the @gtkx/jsx store goes, versioned by the installed @gtkx/react; null when it is absent.


reactSubexports

reactSubexports: string[]

Defined in: codegen/dist/store/resolve-store.d.ts:12

Subexport names of the installed @gtkx/react, empty when it is absent.

Released under the MPL-2.0 License.