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

FieldBasedTooltip

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

The setup for the detailed tooltip.

interface FieldBasedTooltip {
AggregationVisibility?: Visibility | null;
TooltipFields?: TooltipItem[] | null;
TooltipTitleType?: TooltipTitleType | null;
}

§Properties

§
AggregationVisibility?: Visibility | null
[src]

The visibility of Show aggregations.

§
TooltipFields?: TooltipItem[] | null
[src]

The fields configuration in the tooltip.

§
TooltipTitleType?: TooltipTitleType | null
[src]

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

  • NONE: Doesn't use the primary value as the title.
  • PRIMARY_VALUE: Uses primary value as the title.