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

TableFieldLinkContentConfiguration

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

The URL content (text, icon) for the table link configuration.

interface TableFieldLinkContentConfiguration {
CustomIconContent?: TableFieldCustomIconContent | null;
CustomTextContent?: TableFieldCustomTextContent | null;
}

§Properties

§
CustomIconContent?: TableFieldCustomIconContent | null
[src]

The custom icon content for the table link content configuration.

§
CustomTextContent?: TableFieldCustomTextContent | null
[src]

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