@maxgraph/core
    Preparing search index...

    Type Alias ModelExportOptionsAlpha Experimental

    Export options of ModelXmlSerializer.

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

    0.6.0

    type ModelExportOptions = {
        pretty?: boolean;
    }
    Index

    Properties

    Properties

    pretty?: boolean

    If true, prettify the exported xml.

    true