Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-codegen / GeneratorOptions

Interface: GeneratorOptions

Defined in: core/CodeGenerator.ts:29

Properties

customTypeMappers?

optional customTypeMappers: Record<string, (type) => IPortConfig>

Defined in: core/CodeGenerator.ts:35


exclude?

optional exclude: string[]

Defined in: core/CodeGenerator.ts:33


library

library: string

Defined in: core/CodeGenerator.ts:30


mode

mode: "class" | "config"

Defined in: core/CodeGenerator.ts:32


overrides?

optional overrides: Record<string, Partial<IPortConfig>>

Defined in: core/CodeGenerator.ts:34


typeName

typeName: string

Defined in: core/CodeGenerator.ts:31

Licensed under BUSL-1.1