Technical Elements Documentation

    Interface OpenPSASerializationOptions

    Options for OpenPSA serialization

    interface OpenPSASerializationOptions {
        eventTreeFormat?: "compact" | "verbose";
        includeComments?: boolean;
        includeEventTrees?: boolean;
        prettyPrint?: boolean;
        xmlVersion?: string;
    }
    Index

    Properties

    eventTreeFormat?: "compact" | "verbose"

    Format for event tree serialization.

    includeComments?: boolean

    Include comments in the XML output

    includeEventTrees?: boolean

    Whether to include event tree information in the serialization.

    prettyPrint?: boolean

    Format the XML output for readability

    xmlVersion?: string

    XML version to use

    MMNEPVFCICPMFPCPTTAAATR