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

Function isTabInStrip

packages/main/src/TabContainer.ts:1538–1538  ·  view source on GitHub ↗
(el: HTMLElement)

Source from the content-addressed store, hash-verified

1536}
1537
1538const isTabInStrip = (el: HTMLElement) => el.localName === "div" && el.getAttribute("role") === "tab";
1539
1540const getTabInStrip = (el: HTMLElement | null) => {
1541 while (el) {

Callers 2

getTabInStripFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…