Type Alias ModelExportOptionsAlpha Experimental

ModelExportOptions: {
    pretty?: boolean;
}

Export options of ModelXmlSerializer.

WARN: this is an experimental feature that is subject to change.

Type declaration

  • Optional Alphapretty?: boolean

    If true, prettify the exported xml.

    true
    

0.6.0