A NativeModule that's an instance of EventEmitter.

Location

Namespace
Fuse.Scripting
Package
Fuse.Scripting 2.9.1
Show Uno properties and methods

Interface of NativeEventEmitterModule

Emit(object[]) uno

Call emit with the given arguments on the underlying JS EventEmitter.

Inherited from NativeModule

Inherited from Module

GetFile : FileSource uno

Returns the file source that will be watched by the Context for changes in Fuse preview. Override in subclasses and return correct file source to support live updates in Fuse preview.

Inherited from object

Implemented Interfaces