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

DataPointDrillUpDownOption

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

The drill down options for data points in a dashbaord.

interface DataPointDrillUpDownOption {
AvailabilityStatus?: DashboardBehavior | null;
}

§Properties

§
AvailabilityStatus?: DashboardBehavior | null
[src]

The status of the drill down options of data points.