MCPcopy
hub / github.com/DevCloudFE/ng-devui / getBoundingClientRect

Method getBoundingClientRect

devui/window-ref/window-ref.service.ts:38–40  ·  view source on GitHub ↗
(elementRef: ElementRef)

Source from the content-addressed store, hash-verified

36 }
37
38 getBoundingClientRect(elementRef: ElementRef) {
39 return elementRef.nativeElement && elementRef.nativeElement.getBoundingClientRect();
40 }
41
42}

Callers 15

splitter.spec.tsFile · 0.80
getScrollPositionMethod · 0.80
menuScrollToTargetMethod · 0.80
setActiveMenuMethod · 0.80
renderCarouselItemMethod · 0.80
centerWindowPositionFunction · 0.80
scrollListMethod · 0.80
generateStepsDetailsMethod · 0.80
updateNextStepElementMethod · 0.80
getRealClientRectMethod · 0.80

Calls

no outgoing calls

Tested by 1

headerDragFunction · 0.64