new UIRangeSlider(mainContainer, options)
Layers/GoVerticalRemoteSensing/clases/UI/components/UIRangeSlider/index.ts, line 20
Create a range slider component.
| Name | Type | Description |
|---|---|---|
mainContainer |
UIMainContainer |
The main container of the RSUI. |
options |
Array.<number> |
layer options |
Extends
- undefined
Methods
-
getId(){UIVRSIds}
Layers/GoVerticalRemoteSensing/clases/UI/components/UIRangeSlider/index.ts, line 346 -
Get the unique identifier of the RSUI information container.
Returns:
Type Description UIVRSIds The component ID. -
update()
Layers/GoVerticalRemoteSensing/clases/UI/components/UIRangeSlider/index.ts, line 69 -
Update the RangeSlider information container. Creates a new instance and updates the main container with it.
