Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ widgetTabIndex
Method
widgetTabIndex
src/aria/private/grid/cell.ts:162–164 ·
view source on GitHub ↗
Gets the tab index for the widget within the cell.
()
Source
from the content-addressed store, hash-verified
160
161
/** Gets the tab index
for
the widget within the cell. */
162
widgetTabIndex(): -1 | 0 {
163
return
this._tabIndex();
164
}
165
}
Callers
1
GridCellWidgetPattern
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected