API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceInteractionObservation
@codexo/exojs / core / stable
Handle returned by SceneInteraction.observe. Detaches the observed root from interaction dispatch - call InteractionObservation.release (or InteractionObservation.destroy, an alias) when the root no longer needs pointer/focus routing. Idempotent; also released automatically when the owning scene ends permanently.
0
props
2
methods
0
events
Import
import { InteractionObservation } from '@codexo/exojs'Handle returned by SceneInteraction.observe. Detaches the observed root from interaction dispatch - call InteractionObservation.release (or InteractionObservation.destroy, an alias) when the root no longer needs pointer/focus routing. Idempotent; also released automatically when the owning scene ends permanently.
Methods2
destroy(): voidrelease(): voidDetach the observed root. Idempotent alias for InteractionObservation.destroy.
Source