AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ApplySnapshotPayload

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

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

    Options to customize snapshot application.

    snapshot: Snapshot

    The snapshot to be applied.