Module Values_0.SheetVisualScopingConfigurationSource

The filter that is applied to the options.

Sourcetype nonrec t = {
  1. sheetId : ShortRestrictiveResourceId.t;
    (*

    The selected sheet that the filter is applied to.

    *)
  2. scope : FilterVisualScope.t;
    (*

    The scope of the applied entities. Choose one of the following options: ALL_VISUALS SELECTED_VISUALS

    *)
  3. visualIds : FilteredVisualsList.t option;
    (*

    The selected visuals that the filter is applied to.

    *)
}
Sourceval context_ : string
Sourceval make : ?visualIds:??? -> sheetId:ShortRestrictiveResourceId.t -> scope:FilterVisualScope.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of ShortRestrictiveResourceId.t ] list | `String of ShortRestrictiveResourceId.t ]) 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