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

TextControlPlaceholderOptions

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

The configuration of the placeholder options in a text control.

interface TextControlPlaceholderOptions {
Visibility?: Visibility | null;
}

§Properties

§
Visibility?: Visibility | null
[src]

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