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

CascadingControlSource

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

The source controls that are used in a CascadingControlConfiguration.

interface CascadingControlSource {
ColumnToMatch?: ColumnIdentifier | null;
SourceSheetControlId?: string | null;
}

§Properties

§
ColumnToMatch?: ColumnIdentifier | null
[src]

The column identifier that determines which column to look up for the source sheet control.

§
SourceSheetControlId?: string | null
[src]

The source sheet control ID of a CascadingControlSource.