Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InitControlSettings

Options for the WWTInstance constructor.

Hierarchy

  • InitControlSettings

Index

Properties

Optional elId

elId: string

The identifier of the DOM element to which to attach the control. If unspecified, defaults to "wwt".

Optional startInternalRenderLoop

startInternalRenderLoop: boolean

Whether to immediately launch the WWT engine's internal rendering loop. If unspecified, defaults to false.

Optional startLatDeg

startLatDeg: number

The starting latitude (or declination) of the WWT view, in degrees.

Optional startLngDeg

startLngDeg: number

The starting longitude (or right ascension) of the WWT view, in degrees.

Optional startMode

startMode: Sky | Earth

The starting mode of the WWT view.

Optional startZoomDeg

startZoomDeg: number

The starting zoom level of the WWT view, in degrees.

Generated using TypeDoc