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

Method getStepWrapperByIdx

packages/fiori/src/Wizard.ts:914–916  ·  view source on GitHub ↗
(idx: number)

Source from the content-addressed store, hash-verified

912 }
913
914 getStepWrapperByIdx(idx: number) {
915 return this.getStepWrapperByRefId(this.steps[idx]._id);
916 }
917
918 /**
919 * Scrolls to the content of the selected step, used in `onAfterRendering`.

Callers 1

Calls 1

getStepWrapperByRefIdMethod · 0.95

Tested by

no test coverage detected