List Day Header Render Hooks
In List view, a “day header” is the row that displays the date above a group of events. Customize its appearance with these hooks. For the container elements of each day’s section, see List Day Render Hooks.
listDayHeaderClass - a ClassName Input
listDayHeaderInnerClass - a ClassName Input for each individual side of the day-header (left and right halves)
listDayHeaderContent - a Content Injection Input
listDayHeaderDidMount
listDayHeaderWillUnmount
Argument
When the above hooks are specified as a function in the form function(arg), the arg is an object with the following properties:
date- Date objectisPastisFutureisTodayel- the element. only available inlistDayHeaderDidMountandlistDayHeaderWillUnmount
The following are only provided for listDayHeaderInnerClass and listDayHeaderContent:
text- the formatted date text, as controlled by listDayFormat and listDaySideFormattextPartsdayNumberTexthasNavLinklevel-0for the primary listDayFormat side,1for the listDaySideFormat side