Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DaylightViewModelProperties

Hierarchy

  • DaylightViewModelProperties

Index

Properties

Optional currentSeason

currentSeason: "spring" | "summer" | "fall" | "winter"

A season can be set instead of a date.

Read more...

Optional dayPlaying

dayPlaying: boolean

Starts or pauses the daytime animation cycling through the minutes of the day.

Read more...

Optional localDate

localDate: DateProperties

The calendar date in the timezone given by utcOffset.

Read more...

Optional playSpeedMultiplier

playSpeedMultiplier: number

Controls the daytime and date animation speed.

Read more...

Optional timeSliderPosition

timeSliderPosition: number

Slider position for the time of day in the timezone given by utcOffset.

Read more...

Optional utcOffset

utcOffset: number

The difference in hours between UTC time and the time displayed in the widget.

Read more...

Optional view

The view from which the widget will operate.

Read more...

Optional yearPlaying

yearPlaying: boolean

Starts or pauses the date animation cycling through the months of the year.

Read more...

Generated using TypeDoc