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

TableFieldURLConfiguration

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

The URL configuration for a table field.

interface TableFieldURLConfiguration {
ImageConfiguration?: TableFieldImageConfiguration | null;
LinkConfiguration?: TableFieldLinkConfiguration | null;
}

§Properties

§
ImageConfiguration?: TableFieldImageConfiguration | null
[src]

The image configuration of a table field URL.

§
LinkConfiguration?: TableFieldLinkConfiguration | null
[src]

The link configuration of a table field URL.