Module Values_0.InsightConfigurationSource

The configuration of an insight visual.

Sourcetype nonrec t = {
  1. computations : ComputationList.t option;
    (*

    The computations configurations of the insight visual

    *)
  2. customNarrative : CustomNarrativeOptions.t option;
    (*

    The custom narrative of the insight visual.

    *)
  3. interactions : VisualInteractionOptions.t option;
    (*

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?computations:??? -> ?customNarrative:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of TopBottomRankedComputationResultSize.t | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `String of NullString.t | `Structure of (string * [> `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `String of NarrativeString.t | `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