MCPcopy
hub / github.com/angular/components / tabIndex

Method tabIndex

src/material/tree/node.ts:179–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 transform: (value: unknown) => (value == null ? 0 : numberAttribute(value)),
178 })
179 get tabIndex(): number {
180 return this.isDisabled ? -1 : this._tabIndex;
181 }
182 set tabIndex(value: number) {
183 // If the specified tabIndex value is null or undefined, fall back to the default value.
184 this._tabIndex = value;

Callers 15

GridCellClass · 0.45
GridCellWidgetClass · 0.45
MenuClass · 0.45
toolbar.spec.tsFile · 0.45
ToolbarPatternClass · 0.45
list.spec.tsFile · 0.45
tree.spec.tsFile · 0.45
grid.spec.tsFile · 0.45
MenuPatternClass · 0.45
MenuBarPatternClass · 0.45
listbox.spec.tsFile · 0.45
ListboxPatternClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected