Class: RSUIInfoHeader

RSUIInfoHeader

Class representing the header component of the RSUI information container.

new RSUIInfoHeader(infoContainer)

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoHeader/index.ts, line 18

Create an RSUIInfoHeader.

Name Type Description
infoContainer RSUIInfoRSContainer

The information container associated with the header.

Extends

  • undefined

Methods

getCloseButton(){HTMLDivElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoHeader/index.ts, line 73

Get the close button element of the information header.

Returns:
Type Description
HTMLDivElement The close button element.

getId(){string}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoHeader/index.ts, line 171

Get the unique identifier of the information header component.

Returns:
Type Description
string The component ID.

getInfoContainer(){RSUIInfoRSContainer}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoHeader/index.ts, line 82

Get the information container associated with the header.

Returns:
Type Description
RSUIInfoRSContainer The information container.

getPlotName(){HTMLDivElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoHeader/index.ts, line 64

Get the plot name element of the information header.

Returns:
Type Description
HTMLDivElement The plot name element.

getState(){Object}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoHeader/index.ts, line 91

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

Returns:
Type Description
Object The current state.