Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FacultyModalProps

Hierarchy

  • FacultyModalProps

Index

Properties

Optional currentFaculty

currentFaculty: ManageFacultyResponseDTO

The current faculty being edited, or undefined if creating a new faculty.

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 e.g. to clear data entered into a form

Type declaration

    • (): void
    • Returns void

onSuccess

onSuccess: function

Handler to be invoked when the edit is successful

Type declaration

Generated using TypeDoc