LowCodeMergeOptions Class
LowCodeMergeOptions class
Options for merging multiple template files into one.
type LowCodeMergeOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewLowCodeMergeOptions | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetSaveOptions | Save options for saving the split parts. |
SetSaveOptions | Save options for saving the split parts. |
GetLoadOptionsProvider | Provider of save options for saving the split parts. |
SetLoadOptionsProvider | Provider of save options for saving the split parts. |