Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AbsenceModalProps

Hierarchy

  • AbsenceModalProps

Index

Properties

currentAbsence

currentAbsence: AbsenceResponseDTO

The current absence entry being edited.

currentFaculty

currentFaculty: FacultyResponseDTO

The current faculty entry being edited.

isVisible

isVisible: boolean

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

onCancel

onCancel: function

Handler to be invoked when the modal is canceled

Type declaration

    • (): void
    • Returns void

onSuccess

onSuccess: function

Handler to be invoked when the edit is successful

Type declaration

Generated using TypeDoc