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

SheetElementConfigurationOverrides

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

The override configuration of the rendering rules of a sheet.

interface SheetElementConfigurationOverrides {
Visibility?: Visibility | null;
}

§Properties

§
Visibility?: Visibility | null
[src]

Determines whether or not the overrides are visible. Choose one of the following options:

  • VISIBLE
    
  • HIDDEN