DOMRectCached
Hierarchy
- DeepImmutable<DOMRect>
- DOMRectCached
Index
Properties
Methods
Properties
readonlylastRefreshInMs
Last time, in ms, refresh was called.
readonlyscrollLeft
Same as HTMLElement.scrollLeft
readonlyscrollTop
Same as HTMLElement.scrollTop
Methods
refresh
Refreshes cached client rect information (by calling wrapped
HTMElement.getBoundingClientRect()
). Updates lastRefreshInMs when called.Returns void
Cached information from a
DOMRect
.