Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/components
/ first
Method
first
src/aria/private/menu/menu.ts:372–375 ·
view source on GitHub ↗
Focuses the first menu item.
()
Source
from the content-addressed store, hash-verified
370
371
/** Focuses the first menu item. */
372
first() {
373
this.inputs.activeItem()?.close();
374
this.listBehavior.first();
375
}
376
377
/** Focuses the last menu item. */
378
last() {
Callers
12
MenuPattern
Class · 0.95
open
Method · 0.45
ToolbarPattern
Class · 0.45
AccordionGroupPattern
Class · 0.45
GridPattern
Class · 0.45
MenuBarPattern
Class · 0.45
pendingFocusEffect
Method · 0.45
open
Method · 0.45
ListboxPattern
Class · 0.45
TabListPattern
Class · 0.45
TreePattern
Class · 0.45
gotoFirst
Method · 0.45
Calls
2
activeItem
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected