# limit_drag_out

### Description

@short: Denies to drag events out of the visible area of the scheduler

@signature: limit_drag_out: boolean

### Example

~~~jsx
//denies dragging events out of the visible area of the timeline
scheduler.config.limit_drag_out = true;
~~~

**Default value:** false

**Applicable views:** [Timeline view](views/timeline.md)
