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

VisualTitleLabelOptions

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

The title label options for a visual.

interface VisualTitleLabelOptions {
FormatText?: ShortFormatText | null;
Visibility?: Visibility | null;
}

§Properties

§
FormatText?: ShortFormatText | null
[src]

The short text format of the title label, such as plain text or rich text.

§
Visibility?: Visibility | null
[src]

The visibility of the title label.