Returns the root draggable element.
()
| 266 | |
| 267 | /** Returns the root draggable element. */ |
| 268 | getRootElement(): HTMLElement { |
| 269 | return this._dragRef.getRootElement(); |
| 270 | } |
| 271 | |
| 272 | /** Resets a standalone drag item to its initial position. */ |
| 273 | reset(): void { |
no outgoing calls
no test coverage detected