Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DayBlockProps

The publicly exposed props of the DayBlock, which are in turn passed down to the sub-components

Hierarchy

  • DayBlockProps

Index

Properties

children

Each DayBlock will contain one or more SessionBlocks of courses at the same time

column

column: number

The column within the parent WeekBlock under which the day should be placed

heading

heading: string

The name to display at the top of the DayBlock

numRows

numRows: number

As above, we'll let the parent set the number of rows to make it consistent with the week grid

rowHeight

rowHeight: string

To maintain consistency between the DayBlock and the time-rules in the week grid, we'll take a height value from their common parent

Generated using TypeDoc