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

DateElementPropertiesSuggestionState

import type { DateElementPropertiesSuggestionState } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A mask that indicates which of the fields on the base DateElementProperties have been changed in this suggestion. For any field set to true, there's a new suggested value.

interface DateElementPropertiesSuggestionState {
dateFormatSuggested?: boolean;
localeSuggested?: boolean;
timeFormatSuggested?: boolean;
timestampSuggested?: boolean;
timeZoneIdSuggested?: boolean;
}

§Properties

§
dateFormatSuggested?: boolean
[src]

Indicates if there was a suggested change to date_format.

§
localeSuggested?: boolean
[src]

Indicates if there was a suggested change to locale.

§
timeFormatSuggested?: boolean
[src]

Indicates if there was a suggested change to time_format.

§
timestampSuggested?: boolean
[src]

Indicates if there was a suggested change to timestamp.

§
timeZoneIdSuggested?: boolean
[src]

Indicates if there was a suggested change to time_zone_id.