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

Method widgetTabIndex

src/aria/private/grid/cell.ts:159–161  ·  view source on GitHub ↗

Gets the tab index for the widget within the cell.

()

Source from the content-addressed store, hash-verified

157
158 /** Gets the tab index for the widget within the cell. */
159 widgetTabIndex(): -1 | 0 {
160 return this._tabIndex();
161 }
162}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected