Skip to content

@yantrix/codegen v0.0.1Docs


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.