API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfacePlatformListenerOptions
@codexo/exojs / core / stable
Listener flags the input pipeline needs when it subscribes to a platform event.
2
props
0
methods
0
events
Import
import { PlatformListenerOptions } from '@codexo/exojs'Listener flags the input pipeline needs when it subscribes to a platform event.
Properties2
capture?: booleanReceive the event during the capture phase rather than while bubbling.
passive?: booleanPromise never to suppress the event, letting the platform skip the round-trip.
Source