ISPO SDK
    Preparing search index...

    Type Alias AppHtmlSnapshotFrame

    Markdown
    AppHtmlSnapshotFrame: FrameBase<"app-html-snapshot"> & {
        buildId?: string;
        html: string;
        source?: string;
    }

    Type Declaration

    • OptionalbuildId?: string

      Build id read from the host-generated meta tag, when present.

    • html: string

      Sanitized, inert HTML for immediate cold-switch continuity.

    • Optionalsource?: string

      Host-facing capture source. Advisory; host dedupes by project/frame.