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

VisualSubtitleLabelOptions

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

The subtitle label options for a visual.

interface VisualSubtitleLabelOptions {
FormatText?: LongFormatText | null;
Visibility?: Visibility | null;
}

§Properties

§
FormatText?: LongFormatText | null
[src]

The long text format of the subtitle label, such as plain text or rich text.

§
Visibility?: Visibility | null
[src]

The visibility of the subtitle label.