disconnectedCallback

open override fun disconnectedCallback(element: HTMLElement)(source)

Invoked when the controller is removed from the DOM. Implement disconnectedCallback to tear down any DOM event listeners.

Parameters

element

The DOM element containing the Cesium scene.

See also