* Registers the template that should be used for the drag placeholder. * @param template Template that from which to stamp out the placeholder.
(template: DragHelperTemplate | null)
| 483 | * @param template Template that from which to stamp out the placeholder. |
| 484 | */ |
| 485 | withPlaceholderTemplate(template: DragHelperTemplate | null): this { |
| 486 | this._placeholderTemplate = template; |
| 487 | return this; |
| 488 | } |
| 489 | |
| 490 | /** |
| 491 | * Sets an alternate drag root element. The root element is the element that will be moved as |