Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DaylightProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

Optional dateOrSeason

dateOrSeason: "date" | "season"

Controls whether the widget displays a date or a season picker.

Read more...

Optional headingLevel

headingLevel: number

Indicates the heading level to use for the widget title.

Read more...

Optional iconClass

iconClass: string

The widget's default CSS icon class.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional playSpeedMultiplier

playSpeedMultiplier: number

Controls the speed of the daytime and date animation.

Read more...

Optional timeSliderSteps

timeSliderSteps: number | number[]

Sets steps, or intervals, on the time slider to restrict the times of the day that can be selected when dragging the thumb.

Read more...

Optional view

A reference to the SceneView.

Read more...

Optional viewModel

The view model for the Daylight widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Optional visibleElements

visibleElements: DaylightVisibleElements

This property provides the ability to display or hide the individual elements of the widget.

Read more...

Generated using TypeDoc