Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeetingModalProps

Hierarchy

  • MeetingModalProps

Index

Properties

currentCourse

The current course instance being edited

currentSemester

currentSemester: object

The semester within the current course being edited

Type declaration

  • calendarYear: string
  • term: TERM

getNotes

getNotes: function

The notes for the current instance being edited

Type declaration

    • (): ReactNode
    • Returns ReactNode

isVisible

isVisible: boolean

Whether or not the modal should be visible on the page.

onClose

onClose: function

Handler to be invoked when the modal closes

Type declaration

    • (): void
    • Returns void

onSave

onSave: function

Handler to be invoked when the modal is saved

Type declaration

Generated using TypeDoc