skeldjs
Preparing search index...
core/lib
ReactorEvent
Interface ReactorEvent<RoomType>
interface
ReactorEvent
<
RoomType
extends
StatefulRoom
>
{
reactor
:
ReactorSystem
<
RoomType
>
;
room
:
RoomType
;
}
Type Parameters
RoomType
extends
StatefulRoom
Hierarchy (
View Summary
)
RoomEvent
<
RoomType
>
ReactorEvent
Implemented by
ReactorConsoleAddEvent
ReactorConsoleRemoveEvent
ReactorConsolesResetEvent
Index
Properties
reactor
room
Properties
reactor
reactor
:
ReactorSystem
<
RoomType
>
The reactor system that this event is for.
room
room
:
RoomType
The room or client that the event came from.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reactor
room
skeldjs
Loading...
The reactor system that this event is for.