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

ReferenceLineCustomLabelConfiguration

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

The configuration for a custom label on a ReferenceLine.

interface ReferenceLineCustomLabelConfiguration {
CustomLabel: string;
}

§Properties

§
CustomLabel: string
[src]

The string text of the custom label.