Module Values_1.TileLayoutStyleSource

The display options for the layout of tiles on a sheet.

Sourcetype nonrec t = {
  1. gutter : GutterStyle.t option;
    (*

    The gutter settings that apply between tiles.

    *)
  2. margin : MarginStyle.t option;
    (*

    The margin settings that apply around the outside edge of sheets.

    *)
}
Sourceval make : ?gutter:??? -> ?margin:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Values_0.Boolean.t ]) 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