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

PanelTitleOptions

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

The options that determine the title styles for each small multiples panel.

interface PanelTitleOptions {
FontConfiguration?: FontConfiguration | null;
HorizontalTextAlignment?: HorizontalTextAlignment | null;
Visibility?: Visibility | null;
}

§Properties

§
FontConfiguration?: FontConfiguration | null
[src]
§
HorizontalTextAlignment?: HorizontalTextAlignment | null
[src]

Sets the horizontal text alignment of the title within each panel.

§
Visibility?: Visibility | null
[src]

Determines whether or not panel titles are displayed.