()
| 1427 | } |
| 1428 | |
| 1429 | _getTabStrip() { |
| 1430 | return this.shadowRoot!.querySelector<HTMLElement>(`#${this._id}-tabStrip`)!; |
| 1431 | } |
| 1432 | |
| 1433 | _getStartOverflow() { |
| 1434 | return this.shadowRoot!.querySelector<HTMLElement>(".ui5-tc__overflow--start")!; |
no outgoing calls
no test coverage detected