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

CascadingControlConfiguration

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

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

interface CascadingControlConfiguration {
SourceControls?: CascadingControlSource[] | null;
}

§Properties

§
SourceControls?: CascadingControlSource[] | null
[src]

A list of source controls that determine the values that are used in the current control.