Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotesModalProps

Hierarchy

  • NotesModalProps

Index

Properties

course

The course the modal is editing notes for

isEditable

isEditable: boolean

Enables or disables editing of the fields and data within the modal

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 has finished saving it's data. This is particularly useful for persisting the saved data in local state so that a page refresh isn't necessary.

Type declaration

Generated using TypeDoc