API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeInteractionEventType
@codexo/exojs / input / stable
String literal union of every interaction event the InteractionSystem can deliver to a RenderNode. Handlers attach via the node's `interactive*` API.
0
props
0
methods
0
events
Import
import { InteractionEventType } from '@codexo/exojs'String literal union of every interaction event the InteractionSystem can deliver to a RenderNode. Handlers attach via the node's `interactive*` API.
Definition1
"contextmenu" | "drag" | "dragend" | "dragstart" | "pointerdown" | "pointermove" | "pointerout" | "pointerover" | "pointertap" | "pointerup"Source