skeldjs
    Preparing search index...

    Interface ReactorEvent<RoomType>

    interface ReactorEvent<RoomType extends StatefulRoom> {
        reactor: ReactorSystem<RoomType>;
        room: RoomType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    The reactor system that this event is for.

    room: RoomType

    The room or client that the event came from.