Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GridSchedule

the component for rendering a schedule (with courses and events) on a grid

author

Kaiying Shan

Hierarchy

Index

Properties

df

df: string[] = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday']

Readonly scheduleDays

scheduleDays: ScheduleDays

Accessors

absoluteEarliest

  • get absoluteEarliest(): number

absoluteLatest

  • get absoluteLatest(): number

blockContent

  • get blockContent(): { description: string; room: string; time: string; title: string }[][]

blockStyles

  • get blockStyles(): string[][]

days

  • get days(): ["Mo", "Tu", "We", "Th", "Fr", "Sa", "Su"] | string[]

earliestBlock

  • get earliestBlock(): number

heights

  • get heights(): { heights: Uint16Array; sumHeights: Uint16Array }

hours

  • get hours(): string[]

latestBlock

  • get latestBlock(): number

numCol

  • get numCol(): 5 | 7

numRow

  • get numRow(): number

Methods

showModal

Generated using TypeDoc