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

TableConfiguration

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

The configuration for a TableVisual.

interface TableConfiguration {
FieldOptions?: TableFieldOptions | null;
FieldWells?: TableFieldWells | null;
PaginatedReportOptions?: TablePaginatedReportOptions | null;
SortConfiguration?: TableSortConfiguration | null;
TableInlineVisualizations?: TableInlineVisualization[] | null;
TableOptions?: TableOptions | null;
TotalOptions?: TotalOptions | null;
}

§Properties

§
FieldOptions?: TableFieldOptions | null
[src]

The field options for a table visual.

§
FieldWells?: TableFieldWells | null
[src]

The field wells of the visual.

§
PaginatedReportOptions?: TablePaginatedReportOptions | null
[src]

The paginated report options for a table visual.

§
SortConfiguration?: TableSortConfiguration | null
[src]

The sort configuration for a TableVisual.

§
TableInlineVisualizations?: TableInlineVisualization[] | null
[src]

A collection of inline visualizations to display within a chart.

§
TableOptions?: TableOptions | null
[src]

The table options for a table visual.

§
TotalOptions?: TotalOptions | null
[src]

The total options for a table visual.