element
is typically the thing being interacted with. For example, if you are adding a click interaction to a THREE.Mesh, then the element would be the THREE.Mesh.
including once and capture https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
owner
is whatever holds the interactions.
Get eventListeners
Generated using TypeDoc