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

    Interface HistoryEntry

    interface HistoryEntry {
        id: string;
        op: "set" | "add" | "checkpoint";
        path: string;
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    op: "set" | "add" | "checkpoint"
    path: string
    value: any