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

FilterTextAreaControl

import type { FilterTextAreaControl } 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 FilterTextAreaControl {
Delimiter?: string | null;
DisplayOptions?: TextAreaControlDisplayOptions | null;
FilterControlId: string;
SourceFilterId: 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.

§
FilterControlId: string
[src]

The ID of the FilterTextAreaControl.

§
SourceFilterId: string
[src]

The source filter ID of the FilterTextAreaControl.

§
Title: string
[src]

The title of the FilterTextAreaControl.