Configuration
DragOptions

Drag Config

Properties

export interface dragOptions {
  autoScrollSpeed: number;
  autoScrollMargin: number;
}

autoScrollSpeed

TypeDefault
number10

Speed of the scroll when mouse hits the edge of the container.

autoScrollMargin

TypeDefault
number150

Margin from the edge of the container where the auto scroll will start.