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

ParameterDateTimePickerControl

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

A control from a date parameter that specifies date and time.

interface ParameterDateTimePickerControl {
DisplayOptions?: DateTimePickerControlDisplayOptions | null;
ParameterControlId: string;
SourceParameterName: string;
Title: string;
}

§Properties

§

The display options of a control.

§
ParameterControlId: string
[src]

The ID of the ParameterDateTimePickerControl.

§
SourceParameterName: string
[src]

The name of the ParameterDateTimePickerControl.

§
Title: string
[src]

The title of the ParameterDateTimePickerControl.