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

Method getStepByRefId

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

Source from the content-addressed store, hash-verified

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}]`)!;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected