Type alias CalendarHeatmapCellLabels
CalendarHeatmapCellLabels:
object
Configuration for day numbers (1-31) labels in calendar-heatmap cells
Type declaration
enabled
enabled?: boolean
Boolean flag that defines if calendar day numbers should be shown in cells
Default
true
style
style?: Omit< TextStyle, "color" > & { color: "contrast" | string; }
Style configuration for calendar day numbers in cells
Deprecated
Please use textStyle instead
style.colorcolor?:
"contrast"|stringColor of the labels text
The "contrast" color applies the maximum contrast between the background and the text
textStyle
textStyle?: Omit< TextStyle, "color" > & { color: "contrast" | string; }
Style configuration for calendar day numbers in cells
textStyle.colorcolor?:
"contrast"|stringColor of the labels text
The "contrast" color applies the maximum contrast between the background and the text