Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RoomSelectionProps

Hierarchy

  • RoomSelectionProps

Index

Properties

Optional currentRoomId

currentRoomId: string

The id of the room that is currently assigned to the meeting

roomHandler

roomHandler: function

The handler that will be called when a room is chosen

Type declaration

    • (roomData: CourseInstanceResponseMeeting["room"]): void
    • Parameters

      • roomData: CourseInstanceResponseMeeting["room"]

      Returns void

Optional roomRequestData

roomRequestData: RoomRequest

The day and time for which a room should be selected

Generated using TypeDoc