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

TableBorderOptions

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

The border options for a table border.

interface TableBorderOptions {
Color?: string | null;
Style?: TableBorderStyle | null;
Thickness?: number | null;
}

§Properties

§
Color?: string | null
[src]

The color of a table border.

§
Style?: TableBorderStyle | null
[src]

The style (none, solid) of a table border.

§
Thickness?: number | null
[src]

The thickness of a table border.