@react-gis/openlayerscontrol

zoom-slider-control

Functions

ZoomSliderControl()

function ZoomSliderControl(props: ZoomSliderControlProps): null;

Defined in: packages/openlayers/src/control/zoom-slider-control.tsx:11

Parameters

ParameterType
propsZoomSliderControlProps

Returns

null

Interfaces

ZoomSliderControlProps

Defined in: packages/openlayers/src/control/zoom-slider-control.tsx:9

Extends

Properties

PropertyTypeDescriptionInherited from
className?stringCSS class name.ControlOptions.className
duration?numberAnimation duration in milliseconds.ControlOptions.duration
element?HTMLElementThe element is the control's container element. This only needs to be specified if you're developing a custom control.ControlOptions.element
render?(arg0: MapEvent) => void & (arg0: MapEvent) => voidFunction called when the control should be re-rendered. This is called in a requestAnimationFrame callback.FullScreenControlProps.render
target?string | HTMLElementSpecify a target if you want the control to be rendered outside of the map's viewport.ControlOptions.target