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

EmptyVisual

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

An empty visual.

Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Amazon QuickSight console is considered an EmptyVisual until a visual type is selected.

interface EmptyVisual {
Actions?: VisualCustomAction[] | null;
DataSetIdentifier: string;
VisualId: string;
}

§Properties

§
Actions?: VisualCustomAction[] | null
[src]

The list of custom actions that are configured for a visual.

§
DataSetIdentifier: string
[src]

The data set that is used in the empty visual. Every visual requires a dataset to render.

§
VisualId: string
[src]

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.