skeldjs
    Preparing search index...

    Interface MedScanEvent<RoomType>

    interface MedScanEvent<RoomType extends StatefulRoom> {
        medscan: MedScanSystem<RoomType>;
        room: RoomType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    The med scan system that this event is for.

    room: RoomType

    The room or client that the event came from.