Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CourseModalProps

Hierarchy

  • CourseModalProps

Index

Properties

courses

Array of courses used to populate the sameAs selection dropdown

Optional currentCourse

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

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