skeldjs
    Preparing search index...

    Interface NetworkedObjectEvent<RoomType>

    interface NetworkedObjectEvent<RoomType extends StatefulRoom> {
        component: NetworkedObject<RoomType>;
        room: RoomType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    The component that this event is for.

    room: RoomType

    The room or client that the event came from.