Gets the scrollable parents that are registered with this drop container.
()
| 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. |