NativeEventEmitterModule Constructor (bool, object[])
Create a new NativeEventEmitterModule.
Location
- Namespace
- Fuse.Scripting
- Package
- Fuse.Scripting 2.9.1
Parameters
- queueEventsBeforeInit
-
Determines whether any events that are triggered before the initial layout of the application is done should be cached and triggered after layout is done such that any listeners have the chance to attach.
- eventNames
-
Determines what event names this EventEmitter allows.