Values_0.SheetVisualScopingConfigurationSourceThe filter that is applied to the options.
type nonrec t = {sheetId : ShortRestrictiveResourceId.t;The selected sheet that the filter is applied to.
*)scope : FilterVisualScope.t;The scope of the applied entities. Choose one of the following options: ALL_VISUALS SELECTED_VISUALS
*)visualIds : FilteredVisualsList.t option;The selected visuals that the filter is applied to.
*)}val make :
?visualIds:??? ->
sheetId:ShortRestrictiveResourceId.t ->
scope:FilterVisualScope.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ShortRestrictiveResourceId.t ] list
| `String of ShortRestrictiveResourceId.t ])
list ]