Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildingExplorerProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

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

Read more...

Optional headingLevel

headingLevel: number

Indicates the heading level to use for the headings in the widget.

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 layers

A collection of layers of type BuildingSceneLayer that are added to the widget for exploration.

Read more...

Optional view

A reference to the SceneView.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Optional visibleElements

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

Read more...

Generated using TypeDoc