Module GapiSheetsV4Model.BaselineValueFormatSource

Sourcetype t = {
  1. comparisonType : string;
    (*

    The comparison type of key value with baseline value.

    *)
  2. textFormat : TextFormat.t;
    (*

    Text formatting options for baseline value. The link field is not supported.

    *)
  3. position : TextPosition.t;
    (*

    Specifies the horizontal text positioning of baseline value. This field is optional. If not specified, default positioning is used.

    *)
  4. description : string;
    (*

    Description which is appended after the baseline value. This field is optional.

    *)
  5. positiveColor : Color.t;
    (*

    Color to be used, in case baseline value represents a positive change for key value. This field is optional. Deprecated: Use positive_color_style.

    *)
  6. positiveColorStyle : ColorStyle.t;
    (*

    Color to be used, in case baseline value represents a positive change for key value. This field is optional. If positive_color is also set, this field takes precedence.

    *)
  7. negativeColor : Color.t;
    (*

    Color to be used, in case baseline value represents a negative change for key value. This field is optional. Deprecated: Use negative_color_style.

    *)
  8. negativeColorStyle : ColorStyle.t;
    (*

    Color to be used, in case baseline value represents a negative change for key value. This field is optional. If negative_color is also set, this field takes precedence.

    *)
}
Sourceval comparisonType : (t, string) GapiLens.t
Sourceval textFormat : (t, TextFormat.t) GapiLens.t
Sourceval description : (t, string) GapiLens.t
Sourceval positiveColor : (t, Color.t) GapiLens.t
Sourceval positiveColorStyle : (t, ColorStyle.t) GapiLens.t
Sourceval negativeColor : (t, Color.t) GapiLens.t
Sourceval negativeColorStyle : (t, ColorStyle.t) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t