ChainGraph API Documentation / @badaitech/chaingraph-codegen / GeneratorOptions
Interface: GeneratorOptions
Defined in: core/CodeGenerator.ts:29
Properties
customTypeMappers?
optionalcustomTypeMappers:Record<string, (type) =>IPortConfig>
Defined in: core/CodeGenerator.ts:35
exclude?
optionalexclude: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?
optionaloverrides:Record<string,Partial<IPortConfig>>
Defined in: core/CodeGenerator.ts:34
typeName
typeName:
string
Defined in: core/CodeGenerator.ts:31