Values_1.TopicVisualThe definition for a TopicVisual.
type nonrec t = {visualId : Values_0.LimitedString.t option;The visual ID for the TopicVisual.
*)role : VisualRole.t option;The role for the TopicVisual.
*)ir : TopicIR.t option;The ir for the TopicVisual.
*)supportingVisuals : TopicVisuals.t option;The supporting visuals for the TopicVisual.
*)}val make :
?visualId:Values_0.LimitedString.t ->
?role:VisualRole.t ->
?ir:TopicIR.t ->
?supportingVisuals:TopicVisuals.t ->
unit ->
t