---
title: Slot Lane Render Hooks
---

Customize the slot lane elements in timegrid and timeline views. The lane is the long span of content next to the slot's date/time text. In timegrid view, this is the horizontal space that passes under all of the days. In timeline view, this is the vertical space that passes through the resources.

`slotLaneClass` - a [ClassName Input](classname-input) for the slot lane element

`slotLaneDidMount`

`slotLaneWillUnmount`


## 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 object
- `text`
- `isPast`
- `isFuture`
- `isToday`
- `isMajor`
- `isMinor`
- `el` - the element. only available in `slotLaneDidMount` and `slotLaneWillUnmount`
