(refId: string)
| 908 | } |
| 909 | |
| 910 | getStepWrapperByRefId(refId: string) { |
| 911 | return this.shadowRoot!.querySelector<HTMLElement>(`[data-ui5-content-item-ref-id=${refId}]`)!; |
| 912 | } |
| 913 | |
| 914 | getStepWrapperByIdx(idx: number) { |
| 915 | return this.getStepWrapperByRefId(this.steps[idx]._id); |
no outgoing calls
no test coverage detected