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

In resource timeline view, a resource group "lane" is the horizontal area running along the time slots.

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

`resourceGroupLaneInnerClass` - a [ClassName Input](classname-input) for the inner wrapper of the resource-group lane cell

`resourceGroupLaneContent` - a [Content Injection Input](content-injection)

`resourceGroupLaneDidMount`

`resourceGroupLaneWillUnmount`


## Argument

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

- `fieldValue` - the value of the group field
- `el` - the element. only available in `resourceGroupLaneDidMount` and `resourceGroupLaneWillUnmount`
