LowCodeLoadOptions Class

LowCodeLoadOptions class

Options for loading template file.


type LowCodeLoadOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewLowCodeLoadOptionsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetInputFileGets and sets the file(with path if needed) of the template.
SetInputFileGets and sets the file(with path if needed) of the template.
GetInputStreamGets and sets the Stream of the template.
SetInputStreamGets and sets the Stream of the template.