@modelhealth/modelhealth
    Preparing search index...

    Interface Metric

    Individual biomechanical metric from an analysis.

    interface Metric {
        bilateral: boolean;
        decimalPlaces: number;
        info: string;
        label: string;
        value: MetricValue;
    }
    Index

    Properties

    bilateral: boolean
    decimalPlaces: number
    info: string
    label: string