Interface ExplorationStateSnapshot

Serializable snapshot of an ExplorationState. Versioned so that future shape changes can migrate forward. The shape is structurally compatible with ExplorationState minus the live preset enum (carried verbatim).

interface ExplorationStateSnapshot {
    state: ExplorationState;
    version: 1;
}

Properties

Properties

version