skeldjs
    Preparing search index...

    Interface SystemEvent<RoomType>

    interface SystemEvent<RoomType extends StatefulRoom> {
        room: RoomType;
        system: AnySystem<RoomType>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    room: RoomType

    The room or client that the event came from.

    The system that this event is for.