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

TableFieldOption

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

The options for a table field.

interface TableFieldOption {
CustomLabel?: string | null;
FieldId: string;
URLStyling?: TableFieldURLConfiguration | null;
Visibility?: Visibility | null;
Width?: string | null;
}

§Properties

§
CustomLabel?: string | null
[src]

The custom label for a table field.

§
FieldId: string
[src]

The field ID for a table field.

§

The URL configuration for a table field.

§
Visibility?: Visibility | null
[src]

The visibility of a table field.

§
Width?: string | null
[src]

The width for a table field.