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

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

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

`resourceGroupLaneDidMount`

`resourceGroupLaneWillUnmount`


## Argument

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

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