MCPcopy Create free account
hub / github.com/UI5/webcomponents / getStepWrapperByRefId

Method getStepWrapperByRefId

packages/fiori/src/Wizard.ts:910–912  ·  view source on GitHub ↗
(refId: string)

Source from the content-addressed store, hash-verified

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);

Callers 2

getStepWrapperByIdxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected