Module Values_0.LabelOptionsSource

The share label options for the labels.

Sourcetype nonrec t = {
  1. visibility : Visibility.t option;
    (*

    Determines whether or not the label is visible.

    *)
  2. fontConfiguration : FontConfiguration.t option;
    (*

    The font configuration of the label.

    *)
  3. customLabel : String_.t option;
    (*

    The text for the label.

    *)
}
Sourceval make : ?visibility:??? -> ?fontConfiguration:??? -> ?customLabel:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t