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

TableSideBorderOptions

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

The side border options for a table.

interface TableSideBorderOptions {
Bottom?: TableBorderOptions | null;
InnerHorizontal?: TableBorderOptions | null;
InnerVertical?: TableBorderOptions | null;
Left?: TableBorderOptions | null;
Right?: TableBorderOptions | null;
Top?: TableBorderOptions | null;
}

§Properties

§
Bottom?: TableBorderOptions | null
[src]

The table border options of the bottom border.

§
InnerHorizontal?: TableBorderOptions | null
[src]

The table border options of the inner horizontal border.

§
InnerVertical?: TableBorderOptions | null
[src]

The table border options of the inner vertical border.

§

The table border options of the left border.

§

The table border options of the top border.