skeldjs
Preparing search index...
core/lib
DeconEvent
Interface DeconEvent<RoomType>
interface
DeconEvent
<
RoomType
extends
StatefulRoom
>
{
deconsystem
:
DeconSystem
<
RoomType
>
;
room
:
RoomType
;
}
Type Parameters
RoomType
extends
StatefulRoom
Hierarchy (
View Summary
)
RoomEvent
<
RoomType
>
DeconEvent
Implemented by
DeconDoorsCloseEvent
DeconDoorsOpenEvent
DeconEnterEvent
DeconExitEvent
Index
Properties
deconsystem
room
Properties
deconsystem
deconsystem
:
DeconSystem
<
RoomType
>
The system that this event came from.
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
deconsystem
room
skeldjs
Loading...
The system that this event came from.