SchedulerCellProps
Represents a single scheduler cell for custom rendering in day, week, or month views. Provides context about the cell's date and type for template rendering.
Props
The following table outlines the props for the SchedulerCellProps:
| Name | Type | Default | Description |
|---|---|---|---|
| date | Date | - | The start date and time of the scheduler cell. |
| type | string | - | Identifies the cell type to allow conditional rendering logic. Values: 'monthCell' for month view cells or 'workCell' for time-slot cells. |