HeaderIndentProps
Configures custom rendering of the header indent area (left section of the date header).
Only active when showWeekNumber is true; otherwise, this interface is not used or instantiated.
Enables positioning of week numbers or custom controls within the left indent header section.
Props
The following table outlines the props for the HeaderIndentProps:
| Name | Type | Default | Description |
|---|---|---|---|
| weekNumber | number | null | null | ISO week number of the currently rendered period.
Useful for tracking weeks across multiple months or years.
Only present when |