Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OfferedModalProps

Hierarchy

  • OfferedModalProps

Index

Properties

currentCourseInstance

currentCourseInstance: CourseInstanceResponseDTO

Full details of the instance for which the offered value is being edited

currentSemester

currentSemester: object

Type declaration

  • academicYear: string
  • term: TERM

isVisible

isVisible: boolean

True if the modal should be open

onClose

onClose: function

A function that will close the modal when called

Type declaration

    • (): void
    • Returns void

onSave

onSave: function

Handler to be invoked when the modal is saved

Type declaration

Generated using TypeDoc