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

    Interface ExplainedEntry

    A history entry annotated with the systems whose subscriptions intersect its path (i.e. who would have fired).

    interface ExplainedEntry {
        id: string;
        index: number;
        op: "set" | "add" | "checkpoint";
        path: string;
        triggers: string[];
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    index: number
    op: "set" | "add" | "checkpoint"
    path: string
    triggers: string[]
    value: any