Module Values_0.SheetControlLayoutSource

A grid layout to define the placement of sheet control.

Sourcetype nonrec t = {
  1. configuration : SheetControlLayoutConfiguration.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : configuration:SheetControlLayoutConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 ]) 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