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

TableFieldCustomTextContent

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

The custom text content (value, font configuration) for the table link content configuration.

interface TableFieldCustomTextContent {
FontConfiguration: FontConfiguration;
Value?: string | null;
}

§Properties

§
FontConfiguration: FontConfiguration
[src]

The font configuration of the custom text content for the table URL link content.

§
Value?: string | null
[src]

The string value of the custom text content for the table URL link content.