connectedCallback

abstract fun connectedCallback(element: HTMLElement)(source)

Invoked when the controller is added to the DOM. Implement connectedCallback to set up any DOM event listeners.

Parameters

element

The DOM element containing the Cesium scene.

See also