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

    Interface CheckpointView

    A checkpoint entry as surfaced by Spektrum.checkpoints — a HistoryEntry augmented with its position in history.

    interface CheckpointView {
        id: string;
        index: number;
        op: "checkpoint";
        path: string;
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    index: number

    Index in history where this checkpoint sits.

    op: "checkpoint"
    path: string
    value: any