Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getClosestStepIndexByScrollPos
Method · 0.95
Calls
1
getStepWrapperByRefId
Method · 0.95
Tested by
no test coverage detected