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

LongFormatText

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

The text format for a subtitle.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface LongFormatText {
PlainText?: string | null;
RichText?: string | null;
}

§Properties

§
PlainText?: string | null
[src]

Plain text format.

§
RichText?: string | null
[src]

Rich text. Examples of rich text include bold, underline, and italics.