MCPcopy Create free account
hub / github.com/angular/components / getPlaceholderElement

Method getPlaceholderElement

src/cdk/drag-drop/drag-ref.ts:435–437  ·  view source on GitHub ↗

* Returns the element that is being used as a placeholder * while the current element is being dragged.

()

Source from the content-addressed store, hash-verified

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 {

Callers 1

getVisibleElementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected