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

Method onExitDOM

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

Source from the content-addressed store, hash-verified

530 }
531
532 onExitDOM() {
533 ResizeHandler.deregister(this.getDomRef()!, this._handleResize);
534
535 this.growingIntersectionObserver!.disconnect();
536 this.growingIntersectionObserver = null;
537 this.tableEndObserved = false;
538 }
539
540 _onkeydown(e: KeyboardEvent) {
541 if (isTabNext(e) || isTabPrevious(e)) {

Callers

nothing calls this directly

Calls 2

deregisterMethod · 0.80
disconnectMethod · 0.80

Tested by

no test coverage detected