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

Method getScrollableParents

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

Gets the scrollable parents that are registered with this drop container.

()

Source from the content-addressed store, hash-verified

448
449 /** Gets the scrollable parents that are registered with this drop container. */
450 getScrollableParents(): readonly HTMLElement[] {
451 return this._scrollableElements;
452 }
453
454 /**
455 * Figures out the index of an item in the container.

Callers 1

_startDragSequenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected