* Returns the DOM reference of the tab that is placed in the header. * * **Note:** Tabs, placed in the `items` slot of other tabs are not shown in the header. Calling this method on such tabs will return `undefined`. * * **Note:** If you need a DOM ref to the tab content please use the `getD
()
| 304 | * @since 1.0.0-rc.16 |
| 305 | */ |
| 306 | getDomRefInStrip(): HTMLElement | undefined { |
| 307 | return this._getElementInStrip?.(); |
| 308 | } |
| 309 | |
| 310 | getFocusDomRef() { |
| 311 | let focusedDomRef = this._getElementInOverflow?.(); |
no outgoing calls
no test coverage detected