()
| 1431 | } |
| 1432 | |
| 1433 | _getStartOverflow() { |
| 1434 | return this.shadowRoot!.querySelector<HTMLElement>(".ui5-tc__overflow--start")!; |
| 1435 | } |
| 1436 | |
| 1437 | _getEndOverflow() { |
| 1438 | return this.shadowRoot!.querySelector<HTMLElement>(".ui5-tc__overflow--end")!; |
no outgoing calls
no test coverage detected