Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnrollmentModalProps

Hierarchy

  • EnrollmentModalProps

Index

Properties

course

The course instance for a given semester enrollment data is being udpated on

currentSemester

currentSemester: object

The semester within the current course being edited

Type declaration

  • academicYear: string
  • term: TERM

isVisible

isVisible: boolean

True if the modal should be open

onClose

onClose: function

Handler to be invoked when the modal closes

Type declaration

    • (): void
    • Returns void

onSave

onSave: function

Handler used to recieve the updated data from the modal

Type declaration

Generated using TypeDoc