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

ParameterListControl

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

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

interface ParameterListControl {
CascadingControlConfiguration?: CascadingControlConfiguration | null;
DisplayOptions?: ListControlDisplayOptions | 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?: ListControlDisplayOptions | null
[src]

The display options of a control.

§
ParameterControlId: string
[src]

The ID of the ParameterListControl.

§
SelectableValues?: ParameterSelectableValues | null
[src]

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

§
SourceParameterName: string
[src]

The source parameter name of the ParameterListControl.

§
Title: string
[src]

The title of the ParameterListControl.

§

The type of ParameterListControl.