Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShadowAccumulationViewModelProperties

Hierarchy

  • ShadowAccumulationViewModelProperties

Index

Properties

Optional date

The calendar date used to calculate the shadow accumulation.

Read more...

Optional discreteOptions

The configuration used when the widget's visualizationType is set to "discrete".

Read more...

Optional durationOptions

The configuration used when the widget's visualizationType is set to "duration".

Read more...

Optional endTimeOfDay

endTimeOfDay: number

Time (in milliseconds from midnight of the date) when the shadow accumulation computation should stop.

Read more...

Optional startTimeOfDay

startTimeOfDay: number

Time (in milliseconds from midnight of the date) when the shadow accumulation computation should start.

Read more...

Optional thresholdOptions

The configuration used when the widget's visualizationType is set to "threshold".

Read more...

Optional utcOffset

utcOffset: number

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

Read more...

Optional view

A reference to the View.

Read more...

Optional visualizationType

visualizationType: "threshold" | "duration" | "discrete"

Type of visualization to use when showing the shadows.

Read more...

Generated using TypeDoc