Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldContentProps

Describes the additional options passed into the FieldContent functional component

Hierarchy

  • FieldContentProps

Index

Properties

Optional buttonRef

buttonRef: Ref<HTMLButtonElement>

The current ref value of the focused button

course

The course whose data will be rendered by FieldContent

Optional isEditable

isEditable: boolean

Whether the user should be able to edit the cell data

Optional openEnrollmentModal

openEnrollmentModal: function

Controls the opening of the enrollment modal for the requested course instance

Type declaration

Optional openInstructorModal

openInstructorModal: function

Controls the opening of the instructor modal with the requested course and term

Type declaration

Optional openMeetingModal

openMeetingModal: function

Controls the opening of the meeting modal with the requested course and term

Type declaration

Optional openNotesModal

openNotesModal: function

Controls the opening of the notes modal for the requested course

Type declaration

Optional openOfferedModal

openOfferedModal: function

Controls the opening of the offered modal with the requested course and term

Type declaration

Generated using TypeDoc