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

LabelOptions

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

The share label options for the labels.

interface LabelOptions {
CustomLabel?: string | null;
FontConfiguration?: FontConfiguration | null;
Visibility?: Visibility | null;
}

§Properties

§
CustomLabel?: string | null
[src]

The text for the label.

§
FontConfiguration?: FontConfiguration | null
[src]

The font configuration of the label.

§
Visibility?: Visibility | null
[src]

Determines whether or not the label is visible.