Module Values_0.SheetControlLayoutConfigurationSource

The configuration that determines the elements and canvas size options of sheet control.

Sourcetype nonrec t = {
  1. gridLayout : GridLayoutConfiguration.t option;
    (*

    The configuration that determines the elements and canvas size options of sheet control.

    *)
}
Sourceval make : ?gridLayout:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of GridLayoutElementColumnIndex.t | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `String of HexColorWithTransparency.t ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of PixelLength.t ]) list ]) 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