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

ListControlDisplayOptions

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

The display options of a control.

interface ListControlDisplayOptions {
SearchOptions?: ListControlSearchOptions | null;
SelectAllOptions?: ListControlSelectAllOptions | null;
TitleOptions?: LabelOptions | null;
}

§Properties

§
SearchOptions?: ListControlSearchOptions | null
[src]

The configuration of the search options in a list control.

§
SelectAllOptions?: ListControlSelectAllOptions | null
[src]

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

§
TitleOptions?: LabelOptions | null
[src]

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