Interface IControlAttributeStatusThresholdPicker

interface IControlAttributeStatusThresholdPicker {
    cssClass?: string;
    defaultValue?: any;
    description?: ResourcedString;
    disabledExpression?: string;
    displayName: ResourcedString;
    hiddenExpression?: string;
    hideOnDisable?: boolean;
    localizable?: string | boolean;
    migrationValue?: undefined;
    order?: number;
    required?: string | boolean;
    thresholds: {
        color: Status;
        label: string;
        lowerBound: number;
        resourceKey: string;
    }[];
    triggerResizeOnChange?: boolean;
    type: "StatusThresholdPicker" | StatusThresholdPicker;
    upperBound: number;
}

Hierarchy

  • BaseControlAttribute
    • IControlAttributeStatusThresholdPicker

Properties

cssClass?: string
defaultValue?: any
description?: ResourcedString
disabledExpression?: string
displayName: ResourcedString
hiddenExpression?: string
hideOnDisable?: boolean
localizable?: string | boolean
migrationValue?: undefined
order?: number
required?: string | boolean
thresholds: {
    color: Status;
    label: string;
    lowerBound: number;
    resourceKey: string;
}[]
triggerResizeOnChange?: boolean
type: "StatusThresholdPicker" | StatusThresholdPicker
upperBound: number
MMNEPVFCICPMFPCPTTAAATR