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

DateTimePickerControlDisplayOptions

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

The display options of a control.

interface DateTimePickerControlDisplayOptions {
DateTimeFormat?: string | null;
TitleOptions?: LabelOptions | null;
}

§Properties

§
DateTimeFormat?: string | null
[src]

Customize how dates are formatted in controls.

§
TitleOptions?: LabelOptions | null
[src]

The options to configure the title visibility, name, and font size.