CodeGenerationOptions interface

Defines the options for generating a code file with the CodeGenerator.

Attributes

NameTypeDescription
outputFilestring The path of the output file, relative to the template file. 
outputModeOutputMode [0..1]Indicates what to do if the output file already exists. By default, the output file will be overwritten, unless a diffent mode is configured in the 'outputMode' setting for this template in the codegenconfig.json. If outputMode has a value, the template configuration will be ignored.  
regionMarkerFormatterRegionMarkerFormatter [0..1]Provides an optional RegionMarkerFormatter that provides region start- and end markers based on a region name. Region markers must be used in files that must to be merged with generated code. If not specified, the default region marker format is used.