DayLayout
The base class for DayView layout algorithms.
Configs
3
Configs
3Set to false to disable the gap on the right-most edge of events. See gutterWidth to
control the size of the gutter.
The gutter allows the user to select the times overlapped by events, for example, to create new events.
The number of pixels or proportion of the overall width to allocate to the gutter.
Values less than 1 are the fractional proportion of the width (for example, 0.04 is 4% of the width), while values greater than or equal to 1 are a number of pixels.
The number of pixels or proportion of the overall width to allocate for rendering on outside the area where events are displayed. This space is used by TimeRanges to render arbitrary spans of time on either side of the day's events.
Values less than 1 are the fractional proportion of the width (for example, 0.04 is 4% of the width), while values greater than or equal to 1 are a number of pixels.