Interface TreeExportOptions

Tree export options

interface TreeExportOptions {
    coords: boolean;
    deps: boolean;
    useStringArrays: boolean;
}

Properties

coords: boolean

Include x and y coordinate positions of the journey/tree nodes.

deps: boolean

Include any dependencies (scripts, email templates, SAML entity providers and circles of trust, social identity providers, themes).

useStringArrays: boolean

Where applicable, use string arrays to store multi-line text (e.g. scripts).