Module Values_0.DefaultInteractiveLayoutConfigurationSource

The options that determine the default settings for interactive layout configuration.

Sourcetype nonrec t = {
  1. grid : DefaultGridLayoutConfiguration.t option;
    (*

    The options that determine the default settings for a grid layout configuration.

    *)
  2. freeForm : DefaultFreeFormLayoutConfiguration.t option;
    (*

    The options that determine the default settings of a free-form layout configuration.

    *)
}
Sourceval make : ?grid:??? -> ?freeForm:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `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