Spektrum API Reference - v1.2.0
    Preparing search index...

    Interface Snapshot

    interface Snapshot {
        index: number;
        state: State;
    }
    Index

    Properties

    Properties

    index: number

    History index after which this snapshot was captured.

    state: State

    Frozen copy of appState at that point.