Module Values_1.GutterStyleSource

The display options for gutter spacing between tiles on a sheet.

Sourcetype nonrec t = {
  1. show : Values_0.Boolean.t option;
    (*

    This Boolean value controls whether to display a gutter space between sheet tiles.

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