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

ParameterDropDownControl

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

A control to display a dropdown list with buttons that are used to select a single value.

interface ParameterDropDownControl {
CascadingControlConfiguration?: CascadingControlConfiguration | null;
DisplayOptions?: DropDownControlDisplayOptions | null;
ParameterControlId: string;
SelectableValues?: ParameterSelectableValues | null;
SourceParameterName: string;
Title: string;
Type?: SheetControlListType | null;
}

§Properties

§
CascadingControlConfiguration?: CascadingControlConfiguration | null
[src]

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

§
DisplayOptions?: DropDownControlDisplayOptions | null
[src]

The display options of a control.

§
ParameterControlId: string
[src]

The ID of the ParameterDropDownControl.

§
SelectableValues?: ParameterSelectableValues | null
[src]

A list of selectable values that are used in a control.

§
SourceParameterName: string
[src]

The source parameter name of the ParameterDropDownControl.

§
Title: string
[src]

The title of the ParameterDropDownControl.

§

The type parameter name of the ParameterDropDownControl.