AboutSupportDeveloper GuideVersion 38.126.82.64

Payload sent to Platform Provider when Platform.applySnapshot is called.

interface ApplySnapshotPayload {
    options?: ApplySnapshotOptions;
    snapshot: Snapshot;
}

Properties

Properties

Options to customize snapshot application.

snapshot: Snapshot

The snapshot to be applied.