SchedulerWeekDayProps
Represents a weekday label (e.g., "Monday", "Tuesday") in the scheduler's header row. Used in custom weekday templates for rendering or localizing day names.
Props
The following table outlines the props for the SchedulerWeekDayProps:
| Name | Type | Default | Description |
|---|---|---|---|
| day | string | - | The name or label of the weekday (e.g., "Monday") for display in the scheduler header. Useful for custom formatting or localization. |