Advanced
Optional
eventConfiguration for enabling/disabling specific event features. Use this to optimize performance by turning off unused functionality.
Optional
eventThe default event mode for all display objects. Controls how objects respond to interaction events.
Possible values:
'none'
: No interaction events'passive'
: Only container's children receive events (default)'auto'
: Receives events when parent is interactive'static'
: Standard interaction events'dynamic'
: Like static but with additional synthetic events
Options for configuring the PixiJS event system. These options control how the event system handles different types of interactions and event propagation.
Example
See