Class: RSUIInfoChartDateSelector

RSUIInfoChartDateSelector

Class representing a date selector for an RSUI info chart.

new RSUIInfoChartDateSelector(infoChart)

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartDateSelector/index.ts, line 22

Create a RSUIInfoChartDateSelector.

Name Type Description
infoChart RSUIInfoChart

The info chart instance.

Extends

  • undefined

Methods

getId(){string}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartDateSelector/index.ts, line 162

Get the ID of the component.

Returns:
Type Description
string The component ID.

getPicker(){HTMLInputElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartDateSelector/index.ts, line 79

Get the HTML picker element.

Returns:
Type Description
HTMLInputElement The picker element.