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

FieldTooltipItem

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

The tooltip item for the fields.

interface FieldTooltipItem {
FieldId: string;
Label?: string | null;
Visibility?: Visibility | null;
}

§Properties

§
FieldId: string
[src]

The unique ID of the field that is targeted by the tooltip.

§
Label?: string | null
[src]

The label of the tooltip item.

§
Visibility?: Visibility | null
[src]

The visibility of the tooltip item.