Class: UIInfoChartDateSelector

UIInfoChartDateSelector

Class representing a date selector for an RSUI info chart.

new UIInfoChartDateSelector(infoChart)

Layers/GoVerticalRemoteSensing/clases/UI/components/UIInfoChartDateSelector/index.ts, line 22

Create a RSUIInfoChartDateSelector.

Name Type Description
infoChart VRSUIInfoChart

The info chart instance.

Extends

  • undefined

Methods

getId(){UIVRSIds}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIInfoChartDateSelector/index.ts, line 194

Get the ID of the component.

Returns:
Type Description
UIVRSIds The component ID.

getPicker(){HTMLInputElement}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIInfoChartDateSelector/index.ts, line 89

Get the HTML picker element.

Returns:
Type Description
HTMLInputElement The picker element.