• Parameters

    • __namedParameters: {
          className?: string;
          digits?: number;
          engine?: Eva;
          format_with?: ((value) => any);
          formula?: string;
          oid?: string;
          set_class_name_with?: ((value) => undefined | string);
          set_color_with?: ((value) => undefined | string);
          set_style_with?: ((value) => CSSProperties);
          state?: ItemState;
          threshold?: ItemValueThreshold[];
          units?: string;
      }
      • Optional className?: string
      • Optional digits?: number
      • Optional engine?: Eva
      • Optional format_with?: ((value) => any)
          • (value): any
          • Parameters

            • value: any

            Returns any

      • Optional formula?: string
      • Optional oid?: string
      • Optional set_class_name_with?: ((value) => undefined | string)
          • (value): undefined | string
          • Parameters

            • value: any

            Returns undefined | string

      • Optional set_color_with?: ((value) => undefined | string)
          • (value): undefined | string
          • Parameters

            • value: any

            Returns undefined | string

      • Optional set_style_with?: ((value) => CSSProperties)
          • (value): CSSProperties
          • Parameters

            • value: any

            Returns CSSProperties

      • Optional state?: ItemState
      • Optional threshold?: ItemValueThreshold[]
      • Optional units?: string

    Returns Element

Generated using TypeDoc