Drag

You're browsing the documentation for v3

Overview

The Drag component observes the mouse and touch events, and moves the slider if necessary.

This component emits some events.

Methods

disable()

disable( disabled: boolean ): void

Disables the drag component.

Params

value

Set true to disable the component, or false to enable it.