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

Method gotoFirst

src/aria/listbox/listbox.ts:209–211  ·  view source on GitHub ↗

Navigates to the first item in the listbox.

()

Source from the content-addressed store, hash-verified

207
208 /** Navigates to the first item in the listbox. */
209 gotoFirst() {
210 this._pattern.listBehavior.first();
211 }
212
213 /** Navigates to an item at a specific index in the listbox. */
214 gotoIndex(index: number) {

Callers 1

constructorMethod · 0.80

Calls 1

firstMethod · 0.45

Tested by

no test coverage detected