AboutSupportDeveloper GuideVersion 41.129.83.3

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.