Values_0.SameSheetTargetVisualConfigurationSourceThe configuration of the same-sheet target visuals that you want to be filtered. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
type nonrec t = {targetVisuals : TargetVisualList.t option;A list of the target visual IDs that are located in the same sheet of the analysis.
*)targetVisualOptions : TargetVisualOptions.t option;The options that choose the target visual in the same sheet. Valid values are defined as follows: ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ShortRestrictiveResourceId.t ] list ])
list ]