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

ReferenceLineDynamicDataConfiguration

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

The dynamic configuration of the reference line data configuration.

interface ReferenceLineDynamicDataConfiguration {
MeasureAggregationFunction: AggregationFunction;
}

§Properties

§

The calculation that is used in the dynamic data.

§

The column that the dynamic data targets.

§
MeasureAggregationFunction: AggregationFunction
[src]

The aggregation function that is used in the dynamic data.