new RSUIInfoChartHeader(infoChart)
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartHeader/index.ts, line 19
Create an RSUIInfoChartHeader.
| Name | Type | Description |
|---|---|---|
infoChart |
RSUIInfoChart |
The info chart instance associated with the header. |
Extends
- undefined
Methods
-
getExpandButton(){HTMLDivElement}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartHeader/index.ts, line 62 -
Get the expand button element of the info chart header.
Returns:
Type Description HTMLDivElement The expand button element. -
getId(){string}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartHeader/index.ts, line 134 -
Get the unique identifier of the info chart header component.
Returns:
Type Description string The component ID. -
getTitle(){HTMLParagraphElement}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartHeader/index.ts, line 53 -
Get the title element of the info chart header.
Returns:
Type Description HTMLParagraphElement The title element.
