The Degree program of the data currently being displayed
The first hour that should be shown in the schedule This is inclusive; we'll see courses scheduled during this hour
The course prefix data that's currently active
The last hour that should be shown in the schedule This is exclusive; we won't see any courses scheduled during this hour
The number of minutes represented by each row of the grid. The default value of 5 is strongly recommended.
How tall each grid row of the schedule should be. The number of minutes represented by each grid row is controller by the minuteResolution prop
The complete course schedule for the currently chosen year/semester. Must be organized by Day, then startTime, then duration, then prefix.
Generated using TypeDoc
List of the days of the week that should be shown in the schedule. Making this a prop so that we can potentially use it for day-by-day pagination in the future