Technical Elements Documentation
    Preparing search index...

    Interface EventTreeSerializationOptions

    Options for event tree serialization

    interface EventTreeSerializationOptions {
        format?: "compact" | "verbose";
        includeAttributes?: boolean;
        indent?: number;
        xmlVersion?: string;
    }
    Index

    Properties

    format?: "compact" | "verbose"

    Format for serialization (compact or verbose)

    includeAttributes?: boolean

    Whether to include attributes

    indent?: number

    Indentation for pretty printing

    xmlVersion?: string

    XML version