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

FilterRelativeDateTimeControl

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

A control from a date filter that is used to specify the relative date.

interface FilterRelativeDateTimeControl {
DisplayOptions?: RelativeDateTimeControlDisplayOptions | null;
FilterControlId: string;
SourceFilterId: string;
Title: string;
}

§Properties

§

The display options of a control.

§
FilterControlId: string
[src]

The ID of the FilterTextAreaControl.

§
SourceFilterId: string
[src]

The source filter ID of the FilterTextAreaControl.

§
Title: string
[src]

The title of the FilterTextAreaControl.