Class: UIInfoOverview

UIInfoOverview

Class representing the overview component of the RSUI information container.

new UIInfoOverview(infoContainer)

Layers/GoVerticalRemoteSensing/clases/UI/components/UIInfoOverview/index.ts, line 19

Create an RSUIInfoOverview.

Name Type Description
infoContainer UIPanelContainer

The information container associated with the overview.

Extends

  • undefined

Methods

getId(){string}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIInfoOverview/index.ts, line 81

Get the unique identifier of the information overview component.

Returns:
Type Description
string The component ID.

getInfoContainer(){UIPanelContainer}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIInfoOverview/index.ts, line 46

Get the information container associated with the overview.

Returns:
Type Description
UIPanelContainer The information container.