(refId: string)
| 904 | } |
| 905 | |
| 906 | getStepByRefId(refId: string) { |
| 907 | return this.slottedSteps.find(step => step._id === refId)!; |
| 908 | } |
| 909 | |
| 910 | getStepWrapperByRefId(refId: string) { |
| 911 | return this.shadowRoot!.querySelector<HTMLElement>(`[data-ui5-content-item-ref-id=${refId}]`)!; |
no outgoing calls
no test coverage detected