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

    Interface ForkRecord

    interface ForkRecord {
        entries: HistoryEntry[];
        forkedAt: number;
        ts: number;
    }
    Index

    Properties

    Properties

    entries: HistoryEntry[]

    The dropped tail of history entries, in original order.

    forkedAt: number

    Cursor position the fork branched from.

    ts: number

    Wall-clock timestamp (ms) when the fork was captured.