Class: UIPanelHeader

UIPanelHeader

Class representing the header component of the RSUI information container.

new UIPanelHeader()

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelHeader/index.ts, line 20

Extends

  • undefined

Methods

getCloseButton(){HTMLDivElement}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelHeader/index.ts, line 55

Get the close button element of the information header.

Returns:
Type Description
HTMLDivElement The close button element.

getId(){UIVRSIds}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelHeader/index.ts, line 122

Get the unique identifier of the information header component.

Returns:
Type Description
UIVRSIds The component ID.

getInfoContainer(){UIPanelContainer}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelHeader/index.ts, line 64

Get the information container associated with the header.

Returns:
Type Description
UIPanelContainer The information container.

getPlotName(){HTMLDivElement}

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

Get the plot name element of the information header.

Returns:
Type Description
HTMLDivElement The plot name element.

getState(){number}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelHeader/index.ts, line 73

Get the current state of the header, including the plot title.

Returns:
Type Description
number The current state.