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

ParameterTextFieldControl

import type { ParameterTextFieldControl } 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 a single entry.

interface ParameterTextFieldControl {
DisplayOptions?: TextFieldControlDisplayOptions | null;
ParameterControlId: string;
SourceParameterName: string;
Title: string;
}

§Properties

§
DisplayOptions?: TextFieldControlDisplayOptions | null
[src]

The display options of a control.

§
ParameterControlId: string
[src]

The ID of the ParameterTextFieldControl.

§
SourceParameterName: string
[src]

The source parameter name of the ParameterTextFieldControl.

§
Title: string
[src]

The title of the ParameterTextFieldControl.