Create a new NativeEventEmitterModule.

Location

Namespace
Fuse.Scripting
Package
Fuse.Scripting 2.9.1

Parameters

queueEventsBeforeInit

bool

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

object[]

Determines what event names this EventEmitter allows.