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

DashboardVisualPublishOptions

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

The visual publish options of a visual in a dashboard

interface DashboardVisualPublishOptions {
ExportHiddenFieldsOption?: ExportHiddenFieldsOption | null;
}

§Properties

§
ExportHiddenFieldsOption?: ExportHiddenFieldsOption | null
[src]

Determines if hidden fields are included in an exported dashboard.