TimeSlotProps

Represents a single time division in the scheduler's time scale (e.g., 9:00 AM, 9:30 AM). Used in custom time slot templates to render hour or minute labels.

Props

The following table outlines the props for the TimeSlotProps:

NameTypeDefaultDescription
date
Date
-

The exact date and time represented by this time slot division.

type
string
-

Indicates whether this slot is a major division (hourly) or minor division (sub-hourly). Values: 'majorSlot' or 'minorSlot'