Module Values_0.BodySectionRepeatConfigurationSource

Describes the configurations that are required to declare a section as repeating.

Sourcetype nonrec t = {
  1. dimensionConfigurations : BodySectionRepeatDimensionConfigurationList.t option;
    (*

    List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.

    *)
  2. pageBreakConfiguration : BodySectionRepeatPageBreakConfiguration.t option;
    (*

    Page break configuration to apply for each repeating instance.

    *)
  3. nonRepeatingVisuals : NonRepeatingVisualsList.t option;
    (*

    List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.

    *)
}
Sourceval make : ?dimensionConfigurations:??? -> ?pageBreakConfiguration:??? -> ?nonRepeatingVisuals:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Structure of (string * [> `Integer of BodySectionDynamicDimensionLimit.t | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string ]) 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