Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SwipeProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

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

Read more...

Optional direction

direction: "horizontal" | "vertical"

The direction the Swipe widget moves across the view.

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 dragLabel

dragLabel: string

The text that shows in a tooltip when hovering over the handle of the Swipe widget.

Read more...

Optional iconClass

iconClass: string

The widget's default CSS icon class.

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 label.

Read more...

Optional leadingLayers

A collection of Layers that will show on the left or top side of the Swipe widget.

Read more...

Optional position

position: number

The position of the Swipe widget.

Read more...

Optional trailingLayers

A collection of Layers that will show on the right or bottom side of the Swipe widget.

Read more...

Optional view

A reference to the MapView.

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