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

AxisLabelReferenceOptions

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

The reference that specifies where the axis label is applied to.

interface AxisLabelReferenceOptions {
FieldId: string;
}

§Properties

§

The column that the axis label is targeted to.

§
FieldId: string
[src]

The field that the axis label is targeted to.