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

Method scrollActiveItemIntoView

src/aria/tree/tree.ts:208–210  ·  view source on GitHub ↗
(options: ScrollIntoViewOptions = {block: 'nearest'})

Source from the content-addressed store, hash-verified

206 }
207
208 scrollActiveItemIntoView(options: ScrollIntoViewOptions = {block: 'nearest'}) {
209 this._pattern.inputs.activeItem()?.element()?.scrollIntoView(options);
210 }
211}

Callers 15

constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls 2

activeItemMethod · 0.80
elementMethod · 0.45

Tested by

no test coverage detected