Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InstructorModalProps

Hierarchy

  • InstructorModalProps

Index

Properties

closeModal

closeModal: function

A function that will close the modal when called

Type declaration

    • (): void
    • Returns void

currentCourse

Full details of the course/instances whose instructors are being edited

currentSemester

currentSemester: object

Type declaration

  • academicYear: string
  • term: TERM

isVisible

isVisible: boolean

True if the modal should be open

onSave

onSave: function

A hook that will be called with the result of saving the instructor list to the server

Type declaration

Generated using TypeDoc