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

ParameterSelectableValues

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

A list of selectable values that are used in a control.

interface ParameterSelectableValues {
LinkToDataSetColumn?: ColumnIdentifier | null;
Values?: string[] | null;
}

§Properties

§
LinkToDataSetColumn?: ColumnIdentifier | null
[src]

The column identifier that fetches values from the data set.

§
Values?: string[] | null
[src]

The values that are used in ParameterSelectableValues.