Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeetingTimesListProps

Hierarchy

  • MeetingTimesListProps

Index

Properties

allMeetings

The current existing meetings for this course instance

currentEditMeeting

currentEditMeeting: CourseInstanceResponseMeeting

The meeting that is currently being edited

meetingTimeError

meetingTimeError: string

Any validation errors that need to be addressed

newMeetingIdNumber

newMeetingIdNumber: string

Used to create a temporary unique ID for new meetings on the client

removeMeeting

removeMeeting: function

A handler to delete a meeting from the current existing meetings of the course instance

Type declaration

showRoomsHandler

showRoomsHandler: function

Handler to be called when the Show Rooms button is clicked

Type declaration

    • (): void
    • Returns void

toggleCurrentEditMeeting

toggleCurrentEditMeeting: function

A handler to clear the current edit meeting, optionally opening a new one

Type declaration

updateCurrentEditMeeting

updateCurrentEditMeeting: function

Handler for updating individual fields in the current meeting

Type declaration

updateNewMeetingIdNumber

updateNewMeetingIdNumber: function

A handler to update the meeting id number for the id of newly created meetings

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc