ISPO SDK
    Preparing search index...

    Interface NotifyAppReadyOptions

    Markdown
    interface NotifyAppReadyOptions {
        afterPaint?: boolean;
        htmlSnapshot?: boolean;
        source?: string;
    }
    Index
    afterPaint?: boolean

    Default true: send after two animation frames so the host observes painted app DOM instead of just module evaluation. Pass false only for tests or a caller that has already waited for paint.

    htmlSnapshot?: boolean

    Default true: also send an inert, sanitized app-root HTML snapshot for cold-switch visual continuity. The host treats it as untrusted and may drop it; pass false for tests or apps with intentionally transient first paint.

    source?: string

    Advisory source for telemetry.