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

TooltipItem

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

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface TooltipItem {
ColumnTooltipItem?: ColumnTooltipItem | null;
FieldTooltipItem?: FieldTooltipItem | null;
}

§Properties

§
ColumnTooltipItem?: ColumnTooltipItem | null
[src]

The tooltip item for the columns that are not part of a field well.

§
FieldTooltipItem?: FieldTooltipItem | null
[src]

The tooltip item for the fields.