---
title: Resource Lane Render Hooks
---

A resource "lane" is an element in resource-timeline view. It runs horizontally across the timeline slots for each resource.

`resourceLaneClass` - a [ClassName Input](classname-input)

`resourceLaneTopClassNames` - a [ClassName Input](classname-input) for the element above the lane's events

`resourceLaneTopContent` - a [Content Injection Input](content-injection). Inserted at the top of the lane.

`resourceLaneBottomClassNames` - a [ClassName Input](classname-input) for the element below the lane's events

`resourceLaneBottomContent` - a [Content Injection Input](content-injection). Inserted at the bottom of the lane.

`resourceLaneDidMount`

`resourceLaneWillUnmount`


## Argument

When the above hooks are specified as a function in the form `function(arg)`, the `arg` is an object with the following properties:

- `resource` - [Resource Object](resource-object)
- `el` - the element. only available in `resourceLaneDidMount` and `resourceLaneWillUnmount`
