ISPO SDK
    Preparing search index...

    Interface AppHtmlSnapshotOptions

    Markdown
    interface AppHtmlSnapshotOptions {
        afterPaint?: boolean;
        maxBytes?: number;
        maxNodes?: number;
        source?: string;
    }
    Index
    afterPaint?: boolean

    Default true: wait for paint before reading DOM.

    maxBytes?: number

    Maximum serialized snapshot size in UTF-8 bytes.

    maxNodes?: number

    Maximum element nodes copied from the app root.

    source?: string

    Advisory source for telemetry.