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

TableFieldOptions

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

The field options for a table visual.

interface TableFieldOptions {
Order?: string[] | null;
SelectedFieldOptions?: TableFieldOption[] | null;
}

§Properties

§
Order?: string[] | null
[src]

The order of field IDs of the field options for a table visual.

§
SelectedFieldOptions?: TableFieldOption[] | null
[src]

The selected field options for the table field options.