Module Values_1.SheetStyleSource

The theme display options for sheets.

Sourcetype nonrec t = {
  1. tile : TileStyle.t option;
    (*

    The display options for tiles.

    *)
  2. tileLayout : TileLayoutStyle.t option;
    (*

    The layout options for tiles.

    *)
  3. background : SheetBackgroundStyle.t option;
    (*

    The background for sheets.

    *)
}
Sourceval make : ?tile:??? -> ?tileLayout:??? -> ?background:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Color.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Color.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