Function: scrollElementIntoView()
scrollElementIntoView(
selector,autoFocus):void
Defined in: src/common/web/utils/HTMLUtils.ts:15
Scrolls an HTML element into view and focusses it.
Parameters
selector
string
The selector for the element.
autoFocus
boolean = true
Whether to set the focus to this element.
Returns
void