# 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.md)

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

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

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

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

`resourceLaneDidMount`

`resourceLaneWillUnmount`


## Argument

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

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