save_options_template property

save_options_template property

The template for creating instance of save options in LowCodeSaveOptionsProviderOfAssembling.get_save_options.

Remarks

If the template has been specified, then the created instance will copy all setting from it and update the output file accordingly.

Definition:

@property
def save_options_template(self):
    ...
@save_options_template.setter
def save_options_template(self, value):
    ...

See Also