interface ItemValueThreshold {
    class: string;
    value: number;
}

Properties

Properties

class: string
value: number

Generated using TypeDoc