skeldjs
    Preparing search index...

    Interface RoomEvent<RoomType>

    interface RoomEvent<RoomType extends StatefulRoom> {
        room: RoomType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    room: RoomType

    The room or client that the event came from.