Type accepté par le constructeur

interface ConnectorValues {
    feedback?: string;
    id?: string;
    label?: string;
    nbRuns?: number;
    peRefs?: string[];
    scoreComparator?: string;
    scoreRef?: number;
    source?: string;
    target: string;
    typeCondition?: TypeCondition;
}

Hierarchy (view full)

Properties

feedback?: string
id?: string
label?: string
nbRuns?: number
peRefs?: string[]
scoreComparator?: string
scoreRef?: number
source?: string
target: string
typeCondition?: TypeCondition