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

DropDownControlDisplayOptions

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

The display options of a control.

interface DropDownControlDisplayOptions {
SelectAllOptions?: ListControlSelectAllOptions | null;
TitleOptions?: LabelOptions | null;
}

§Properties

§
SelectAllOptions?: ListControlSelectAllOptions | null
[src]

The configuration of the Select all options in a dropdown control.

§
TitleOptions?: LabelOptions | null
[src]

The options to configure the title visibility, name, and font size.