Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScaleRangeSliderProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

Optional disabled

disabled: boolean

When true, sets the widget to a disabled state so the user cannot interact with it.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional label

label: string

The widget's default label.

Read more...

Optional layer

When provided, the initial minScale and maxScale values will match the layer's.

Read more...

Optional maxScale

maxScale: number

The maximum scale of the active scale range.

Read more...

Optional maxScaleLimit

maxScaleLimit: number

The lowest possible maximum scale value on the slider.

Read more...

Optional minScale

minScale: number

The minimum scale of the active scale range.

Read more...

Optional minScaleLimit

minScaleLimit: number

The highest possible minimum scale value on the slider.

Read more...

Optional region

region: "AE" | "AR" | "AT" | "AU" | "BE" | "BG" | "BO" | "BR" | "CA" | "CH" | "CI" | "CL" | "CN" | "CO" | "CR" | "CZ" | "DE" | "DK" | "EE" | "EG" | "ES" | "FI" | "FR" | "GB" | "GL" | "GR" | "GT" | "HK" | "ID" | "IE" | "IL" | "IN" | "IQ" | "IS" | "IT" | "JP" | "KE" | "KR" | "KW" | "LI" | "LT" | "LU" | "LV" | "MA" | "MG" | "ML" | "MO" | "MX" | "MY" | "NI" | "NL" | "NO" | "NZ" | "PE" | "PL" | "PR" | "PT" | "RO" | "RU" | "RW" | "SE" | "SG" | "SK" | "SR" | "SV" | "TH" | "TN" | "TW" | "US" | "VE" | "VI" | "ZA"

The region that the scale thumbnails will focus on.

Read more...

Optional view

view: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" })

A reference to the MapView or SceneView.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Optional visibleElements

The visible elements that are displayed within the widget.

Read more...

Generated using TypeDoc