Node.js SDK - BaseEvent

Home > @rainway/native > BaseEvent

BaseEvent class

The base event type.

Signature:

export declare abstract class BaseEvent<TData> 

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the BaseEvent class.

Properties

PropertyModifiersTypeDescription
dataTDataThe data of the event.