* Returns the element that is being used as a placeholder * while the current element is being dragged.
()
| 433 | * while the current element is being dragged. |
| 434 | */ |
| 435 | getPlaceholderElement(): HTMLElement { |
| 436 | return this._placeholder; |
| 437 | } |
| 438 | |
| 439 | /** Returns the root draggable element. */ |
| 440 | getRootElement(): HTMLElement { |