EVA ICS WebEngine React
    Preparing search index...

    Interface ItemValueDisplay

    interface ItemValueDisplay {
        className?: string;
        css_class?: string;
        digits?: number;
        format_with?: (value: any) => any;
        formula?: string;
        label?: string;
        oid?: string;
        position?: CanvasPosition;
        set_class_name_with?: (value: any) => any;
        set_color_with?: (value: any) => any;
        state?: ItemState;
        threshold?: ItemValueThreshold[];
        units?: string;
    }
    Index

    Properties

    className?: string
    css_class?: string
    digits?: number
    format_with?: (value: any) => any
    formula?: string
    label?: string
    oid?: string
    position?: CanvasPosition
    set_class_name_with?: (value: any) => any
    set_color_with?: (value: any) => any
    state?: ItemState
    threshold?: ItemValueThreshold[]
    units?: string