MCPcopy Create free account
hub / github.com/UI5/webcomponents / forcedTabIndex

Method forcedTabIndex

packages/main/src/Tab.ts:213–215  ·  view source on GitHub ↗
(val: string)

Source from the content-addressed store, hash-verified

211 static i18nBundle: I18nBundle;
212
213 set forcedTabIndex(val: string) {
214 this.getDomRefInStrip()!.setAttribute("tabindex", val);
215 }
216
217 get forcedTabIndex() {
218 return this.getDomRefInStrip()!.getAttribute("tabindex")!;

Callers

nothing calls this directly

Calls 1

getDomRefInStripMethod · 0.95

Tested by

no test coverage detected