Interface Recorder

    A live recording session.

    interface Recorder {
        anim: Anim;
        spans: Read<readonly Span[]>;
        stop(): void;
    }
    Index

    Methods

    Properties

    Methods

    • Disengage hooks. Existing spans stay queryable; no new attribution.

      Returns void

    Properties

    anim: Anim

    The bound anim; exposed so helpers (e.g. firstOf) read the clock.

    spans: Read<readonly Span[]>

    Every span seen, in open-time order; re-runs subscribers on open/close.