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

DataPathLabelType

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

The option that specifies individual data values for labels.

interface DataPathLabelType {
FieldId?: string | null;
FieldValue?: string | null;
Visibility?: Visibility | null;
}

§Properties

§
FieldId?: string | null
[src]

The field ID of the field that the data label needs to be applied to.

§
FieldValue?: string | null
[src]

The actual value of the field that is labeled.

§
Visibility?: Visibility | null
[src]

The visibility of the data label.