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

ColumnTooltipItem

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

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

interface ColumnTooltipItem {
Aggregation?: AggregationFunction | null;
Label?: string | null;
Visibility?: Visibility | null;
}

§Properties

§
Aggregation?: AggregationFunction | null
[src]

The aggregation function of the column tooltip item.

§

The target column of the tooltip item.

§
Label?: string | null
[src]

The label of the tooltip item.

§
Visibility?: Visibility | null
[src]

The visibility of the tooltip item.