()
| 1340 | } |
| 1341 | |
| 1342 | _getHeader() { |
| 1343 | return this.shadowRoot!.querySelector<HTMLElement>(`#${this._id}-header`)!; |
| 1344 | } |
| 1345 | |
| 1346 | _getTabs(): Array<Tab> { |
| 1347 | return this.items.filter((item): item is Tab => !item.isSeparator); |
no outgoing calls
no test coverage detected