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

FieldLabelType

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

The field label type.

interface FieldLabelType {
FieldId?: string | null;
Visibility?: Visibility | null;
}

§Properties

§
FieldId?: string | null
[src]

Indicates the field that is targeted by the field label.

§
Visibility?: Visibility | null
[src]

The visibility of the field label.