@yantrix/codegen v0.0.1 • Docs
Yantrix API / @yantrix/codegen / IGenerateOptions
Interface: IGenerateOptions
Represents the options for generating code.
Properties
className
ts
className: string;
The name of the class Automata to generate.
constants?
ts
optional constants: string;
Constant reference
outLang
ts
outLang: "javascript" | "typescript" | "python" | "java";
The output language for the generated code.