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

Method exit

src/cdk/drag-drop/drop-list-ref.ts:289–292  ·  view source on GitHub ↗

* Removes an item from the container after it was dragged into another container by the user. * @param item Item that was dragged out.

(item: DragRef)

Source from the content-addressed store, hash-verified

287 * @param item Item that was dragged out.
288 */
289 exit(item: DragRef): void {
290 this._reset();
291 this.exited.next({item, container: this});
292 }
293
294 /**
295 * Drops an item into this container.

Callers 9

bazel-bin.tsFile · 0.45
test.mjsFile · 0.45
prerender.tsFile · 0.45
audit-docs.jsFile · 0.45
onErrorFunction · 0.45

Calls 2

_resetMethod · 0.95
nextMethod · 0.45

Tested by

no test coverage detected