SYMBOL INDEX (9 symbols across 2 files) FILE: src/svg.draggable.js class DragHandler (line 11) | class DragHandler { method constructor (line 12) | constructor(el) { method init (line 22) | init(enabled) { method startDrag (line 33) | startDrag(ev) { method drag (line 74) | drag(ev) { method move (line 103) | move(x, y) { method endDrag (line 114) | endDrag(ev) { method draggable (line 133) | draggable(enable = true) { FILE: svg.draggable.js.d.ts type Element (line 4) | interface Element {