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

BorderStyle

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

The display options for tile borders for visuals.

interface BorderStyle {
Show?: boolean | null;
}

§Properties

§
Show?: boolean | null
[src]

The option to enable display of borders for visuals.