Method
getIndicator
(button: HTMLIonSegmentButtonElement)
Source from the content-addressed store, hash-verified
| 310 | } |
| 311 | |
| 312 | private getIndicator(button: HTMLIonSegmentButtonElement): HTMLDivElement | null { |
| 313 | const root = button.shadowRoot || button; |
| 314 | return root.querySelector('.segment-button-indicator'); |
| 315 | } |
| 316 | |
| 317 | private checkButton(previous: HTMLIonSegmentButtonElement, current: HTMLIonSegmentButtonElement) { |
| 318 | const previousIndicator = this.getIndicator(previous); |
Tested by
no test coverage detected