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

TooltipOptions

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

The display options for the visual tooltip.

interface TooltipOptions {
FieldBasedTooltip?: FieldBasedTooltip | null;
SelectedTooltipType?: SelectedTooltipType | null;
TooltipVisibility?: Visibility | null;
}

§Properties

§
FieldBasedTooltip?: FieldBasedTooltip | null
[src]

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

§
SelectedTooltipType?: SelectedTooltipType | null
[src]

The selected type for the tooltip. Choose one of the following options:

  • BASIC: A basic tooltip.
  • DETAILED: A detailed tooltip.
§
TooltipVisibility?: Visibility | null
[src]

Determines whether or not the tooltip is visible.