maplibregl-recorder
    Preparing search index...

    Type Alias TimelineEntry

    Fields shared by every entry of the timeline.

    type TimelineEntry = {
        d?: number;
        i: number;
        t: number;
    }
    Index
    d? i t
    d?: number

    Nesting depth. Anything above zero was emitted by MapLibre itself while one of the application's own calls was still running, and never reaches the exported script.

    i: number

    Sequence number.

    t: number

    Milliseconds since the recording started.