@pond-ts/fit API Reference
    Preparing search index...

    Interface Sample

    Channel values interpolated at one instant — what Activity.at returns. Only channels the activity carries are present.

    interface Sample {
        atSeconds: number;
        cadence?: Cadence;
        distance?: Distance;
        elevation?: Elevation;
        heartRate?: HeartRate;
        power?: Power;
        speed?: Speed;
    }
    Index

    Properties

    atSeconds: number

    Elapsed seconds from the start (the query time, clamped to the activity).

    cadence?: Cadence
    distance?: Distance
    elevation?: Elevation
    heartRate?: HeartRate
    power?: Power
    speed?: Speed