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

GlobalTableBorderOptions

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

Determines the border options for a table visual.

interface GlobalTableBorderOptions {
SideSpecificBorder?: TableSideBorderOptions | null;
UniformBorder?: TableBorderOptions | null;
}

§Properties

§
SideSpecificBorder?: TableSideBorderOptions | null
[src]

Determines the options for side specific border.

§
UniformBorder?: TableBorderOptions | null
[src]

Determines the options for uniform border.