@vivantel/virage-core
    Preparing search index...

    Interface ComponentResult

    interface ComponentResult {
        id: ComponentId;
        label: string;
        metrics: MetricResult[];
        score: number;
        skipped: boolean;
        skipReason?: string;
        weight: number;
    }
    Index
    label: string
    metrics: MetricResult[]
    score: number
    skipped: boolean
    skipReason?: string
    weight: number