* Scrolls the current element into the visible area of the browser window * * @param centerIfNeeded - true, if the element should be aligned so it is centered within the visible area of the scrollable ancestor.
(centerIfNeeded?: boolean)
| 101 | * @param centerIfNeeded - true, if the element should be aligned so it is centered within the visible area of the scrollable ancestor. |
| 102 | */ |
| 103 | scrollIntoViewIfNeeded(centerIfNeeded?: boolean): void; |
| 104 | } |
| 105 | |
| 106 | /** |