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

SheetTextBox

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

A text box.

interface SheetTextBox {
Content?: string | null;
SheetTextBoxId: string;
}

§Properties

§
Content?: string | null
[src]

The content that is displayed in the text box.

§
SheetTextBoxId: string
[src]

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.