Module Values_0.GridLayoutConfigurationSource

The configuration for a grid layout. Also called a tiled layout. Visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size.

Sourcetype nonrec t = {
  1. elements : GridLayoutElementList.t;
    (*

    The elements that are included in a grid layout.

    *)
  2. canvasSizeOptions : GridLayoutCanvasSizeOptions.t option;
}
Sourceval context_ : string
Sourceval make : ?canvasSizeOptions:??? -> elements:GridLayoutElementList.t -> unit -> t
Sourceval to_value : t -> [> `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 ]
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