@maxgraph/core
    Preparing search index...

    Interface ModelExportOptionsExperimental

    Export options of ModelXmlSerializer.

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

    0.6.0

    interface ModelExportOptions {
        pretty?: boolean;
    }
    Index

    Properties

    Properties

    pretty?: boolean

    If true, prettify the exported xml.

    true