Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SheetVisualScopingConfiguration

import type { SheetVisualScopingConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The filter that is applied to the options.

interface SheetVisualScopingConfiguration {
SheetId: string;
VisualIds?: string[] | null;
}

§Properties

§

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

  • ALL_VISUALS
    
  • SELECTED_VISUALS
    
§
SheetId: string
[src]

The selected sheet that the filter is applied to.

§
VisualIds?: string[] | null
[src]

The selected visuals that the filter is applied to.