Module Values_1.TopicVisual

The definition for a TopicVisual.

Sourcetype nonrec t = {
  1. visualId : Values_0.LimitedString.t option;
    (*

    The visual ID for the TopicVisual.

    *)
  2. role : VisualRole.t option;
    (*

    The role for the TopicVisual.

    *)
  3. ir : TopicIR.t option;
    (*

    The ir for the TopicVisual.

    *)
  4. supportingVisuals : TopicVisuals.t option;
    (*

    The supporting visuals for the TopicVisual.

    *)
}
Sourceval make : ?visualId:Values_0.LimitedString.t -> ?role:VisualRole.t -> ?ir:TopicIR.t -> ?supportingVisuals:TopicVisuals.t -> unit -> t
Sourceval to_value : t -> Awso.Botodata.value
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t