API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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?: boolean
Receive the event during the capture phase rather than while bubbling.
passive?: boolean
Promise never to suppress the event, letting the platform skip the round-trip.
Source