LowCodeLoadOptions
Contents
[
Hide
]LowCodeLoadOptions class
Options for loading template file.
class LowCodeLoadOptions;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
inputFile | string | Gets and sets the file(with path if needed) of the template. |
inputStream | Uint8Array | Gets and sets the Stream of the template. |
constructor()
Default Constructor.
constructor();
inputFile
Gets and sets the file(with path if needed) of the template.
inputFile : string;
Remarks
When setting a non-null and non-empty path to this property, the previously set value for InputStream will be ignored.
inputStream
Gets and sets the Stream of the template.
inputStream : Uint8Array;
Remarks
When setting a non-null Stream to this property, the previously set value for InputFile will be ignored.