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

Method getContentHeight

packages/fiori/src/Wizard.ts:689–697  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

687 }
688
689 getContentHeight() {
690 let contentHeight = 0;
691
692 this.stepsDOM.forEach(step => {
693 contentHeight += step.getBoundingClientRect().height;
694 });
695
696 return contentHeight;
697 }
698
699 getFocusDomRef() {
700 return this._itemNavigation._getCurrentItem();

Callers 1

onStepResizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected