Module Values_0.PanelTitleOptionsSource

The options that determine the title styles for each small multiples panel.

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

    Determines whether or not panel titles are displayed.

    *)
  2. fontConfiguration : FontConfiguration.t option;
  3. horizontalTextAlignment : HorizontalTextAlignment.t option;
    (*

    Sets the horizontal text alignment of the title within each panel.

    *)
}
Sourceval make : ?visibility:??? -> ?fontConfiguration:??? -> ?horizontalTextAlignment:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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