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

ParameterTextAreaControl

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

A control to display a text box that is used to enter multiple entries.

interface ParameterTextAreaControl {
Delimiter?: string | null;
DisplayOptions?: TextAreaControlDisplayOptions | null;
ParameterControlId: string;
SourceParameterName: string;
Title: string;
}

§Properties

§
Delimiter?: string | null
[src]

The delimiter that is used to separate the lines in text.

§
DisplayOptions?: TextAreaControlDisplayOptions | null
[src]

The display options of a control.

§
ParameterControlId: string
[src]

The ID of the ParameterTextAreaControl.

§
SourceParameterName: string
[src]

The source parameter name of the ParameterTextAreaControl.

§
Title: string
[src]

The title of the ParameterTextAreaControl.