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

ReferenceLine

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

The reference line visual display options.

interface ReferenceLine {
DataConfiguration: ReferenceLineDataConfiguration;
LabelConfiguration?: ReferenceLineLabelConfiguration | null;
Status?: WidgetStatus | null;
StyleConfiguration?: ReferenceLineStyleConfiguration | null;
}

§Properties

§

The data configuration of the reference line.

§
LabelConfiguration?: ReferenceLineLabelConfiguration | null
[src]

The label configuration of the reference line.

§
Status?: WidgetStatus | null
[src]

The status of the reference line. Choose one of the following options:

  • ENABLE
    
  • DISABLE
    
§
StyleConfiguration?: ReferenceLineStyleConfiguration | null
[src]

The style configuration of the reference line.