Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HomeViewModelProperties

Hierarchy

Index

Properties

Optional goToOverride

goToOverride: GoToOverride

This function provides the ability to override either the IMapView goTo() or SceneView goTo() methods.

Read more...

Optional view

view: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" })

The view associated with the widget instance.

Read more...

Optional viewpoint

The Viewpoint, or point of view, to zoom to when going home.

Read more...

Generated using TypeDoc