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
Property | Modifiers | Type | Description |
---|---|---|---|
data | TData | The data of the event. |