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

TextAreaControlDisplayOptions

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

The display options of a control.

interface TextAreaControlDisplayOptions {
PlaceholderOptions?: TextControlPlaceholderOptions | null;
TitleOptions?: LabelOptions | null;
}

§Properties

§
PlaceholderOptions?: TextControlPlaceholderOptions | null
[src]

The configuration of the placeholder options in a text area control.

§
TitleOptions?: LabelOptions | null
[src]

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