LowCodeMergeOptions

LowCodeMergeOptions class

Options for merging multiple template files into one.

class LowCodeMergeOptions;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
saveOptionsLowCodeSaveOptionsSave options for saving the split parts.
loadOptionsProviderAbstractLowCodeLoadOptionsProviderProvider of save options for saving the split parts.

constructor()

Default Constructor.

constructor();

saveOptions

Save options for saving the split parts.

saveOptions : LowCodeSaveOptions;

loadOptionsProvider

Provider of save options for saving the split parts.

loadOptionsProvider : AbstractLowCodeLoadOptionsProvider;

Remarks

If this property is specified, LoadOptions takes no effect because the output of every split part will be specified by the provider.