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

Method withPreviewContainer

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

* Sets the container into which to insert the preview element. * @param value Container into which to insert the preview.

(value: PreviewContainer)

Source from the content-addressed store, hash-verified

692 * @param value Container into which to insert the preview.
693 */
694 withPreviewContainer(value: PreviewContainer): this {
695 this._previewContainer = value;
696 return this;
697 }
698
699 /** Updates the item's sort order based on the last-known pointer position. */
700 _sortFromLastPointerPosition() {

Callers 1

_syncInputsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected