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

Method observeTableEnd

packages/compat/src/Table.ts:922–927  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

920 }
921
922 observeTableEnd() {
923 if (!this.tableEndObserved) {
924 this.getIntersectionObserver().observe(this.tableEndDOM);
925 this.tableEndObserved = true;
926 }
927 }
928
929 onInteresection(entries: Array<IntersectionObserverEntry>) {
930 if (this.initialIntersection) {

Callers 1

onAfterRenderingMethod · 0.95

Calls 2

observeMethod · 0.80

Tested by

no test coverage detected