The Draggable instance itself (to make chaining possible).
Version:
GreenSock Docs
DraggablePlugin
.disable()
.disable( ) : Draggable
Disables the Draggable instance so that it cannot be dragged anymore (unless enable()
is called).
Returns : Draggable

Details
Disables the Draggable instance so that it cannot be dragged anymore (unless
enable()
is called).