torque-pro-assistant - v1.0.0
    Preparing search index...
    interface MetricProps {
        label: string;
        peak?: boolean;
        sub?: string;
        testId?: string;
        unit?: string;
        value: string | number;
    }
    Index

    Properties

    label: string

    Short label rendered above the value. Tracks the design's all-caps, 10px label style.

    peak?: boolean

    Highlights the metric with the amber accent — used for the "peak" metrics in the Session Overview grid (max speed, peak HP, etc.).

    sub?: string

    Optional secondary line under the value — e.g. @ 11:52 or moving avg.

    testId?: string
    unit?: string

    Optional unit suffix rendered inline at the end of the value.

    value: string | number

    Already-formatted display value. Caller decides precision / unit conversion before passing in.