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

ForecastScenario

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

The forecast scenario of a forecast in the line chart.

interface ForecastScenario {
WhatIfPointScenario?: WhatIfPointScenario | null;
WhatIfRangeScenario?: WhatIfRangeScenario | null;
}

§Properties

§
WhatIfPointScenario?: WhatIfPointScenario | null
[src]

The what-if analysis forecast setup with the target date.

§
WhatIfRangeScenario?: WhatIfRangeScenario | null
[src]

The what-if analysis forecast setup with the date range.