Drag Config
Properties
export interface dragOptions {
autoScrollSpeed: number;
autoScrollMargin: number;
}autoScrollSpeed
| Type | Default |
|---|---|
| number | 10 |
Speed of the scroll when mouse hits the edge of the container.
autoScrollMargin
| Type | Default |
|---|---|
| number | 150 |
Margin from the edge of the container where the auto scroll will start.