skeldjs
    Preparing search index...

    Interface DeconEvent<RoomType>

    interface DeconEvent<RoomType extends StatefulRoom> {
        deconsystem: DeconSystem<RoomType>;
        room: RoomType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    deconsystem: DeconSystem<RoomType>

    The system that this event came from.

    room: RoomType

    The room or client that the event came from.