Interface FullExportOptions

Full export options

interface FullExportOptions {
    coords: boolean;
    includeActiveValues: boolean;
    includeDefault: boolean;
    noDecode: boolean;
    target?: string;
    useStringArrays: boolean;
}

Properties

coords: boolean

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

includeActiveValues: boolean

Include active and loaded secret values

includeDefault: boolean

Include default scripts in export if true

noDecode: boolean

Do not include decoded variable value in export

target?: string

Host URL of target environment to encrypt secret values for

useStringArrays: boolean

Use string arrays to store multi-line text in scripts.