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

DataLabelType

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

The option that determines the data label type.

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

interface DataLabelType {
DataPathLabelType?: DataPathLabelType | null;
FieldLabelType?: FieldLabelType | null;
MaximumLabelType?: MaximumLabelType | null;
MinimumLabelType?: MinimumLabelType | null;
RangeEndsLabelType?: RangeEndsLabelType | null;
}

§Properties

§
DataPathLabelType?: DataPathLabelType | null
[src]

The option that specifies individual data values for labels.

§
FieldLabelType?: FieldLabelType | null
[src]

Determines the label configuration for the entire field.

§
MaximumLabelType?: MaximumLabelType | null
[src]

Determines the label configuration for the maximum value in a visual.

§
MinimumLabelType?: MinimumLabelType | null
[src]

Determines the label configuration for the minimum value in a visual.

§
RangeEndsLabelType?: RangeEndsLabelType | null
[src]

Determines the label configuration for range end value in a visual.