> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.Supporting_types.AppHtmlSnapshotStatusFrame.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias AppHtmlSnapshotStatusFrame

```typescript
AppHtmlSnapshotStatusFrame: FrameBase<"app-html-snapshot-status"> & {
    buildId?: string;
    htmlLength?: number;
    maxBytes?: number;
    nodeCount?: number;
    reason: AppHtmlSnapshotDropReason;
    source?: string;
    status: "dropped";
}
```

Types: [FrameBase](core.Supporting_types.FrameBase.md), [AppHtmlSnapshotDropReason](core.Supporting_types.AppHtmlSnapshotDropReason.md)
