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

Method onInvalidation

packages/compat/src/Table.ts:911–916  ·  view source on GitHub ↗
(change: ChangeInfo)

Source from the content-addressed store, hash-verified

909 }
910
911 onInvalidation(change: ChangeInfo) {
912 if (change.type === "property" && change.name === "growing") {
913 this.tableEndObserved = false;
914 this.getIntersectionObserver().disconnect();
915 }
916 }
917
918 _onLoadMoreClick() {
919 this.fireDecoratorEvent("load-more");

Callers 1

_invalidateFunction · 0.45

Calls 2

disconnectMethod · 0.80

Tested by

no test coverage detected