# Resource Group Header Render Hooks

In resource timeline view, a resource group "header" is where a group's name is displayed, at the top of each row group.

`resourceGroupHeaderClass` - a [ClassName Input](classname-input.md)

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

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

`resourceGroupHeaderDidMount`

`resourceGroupHeaderWillUnmount`


## 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 `resourceGroupHeaderDidMount` and `resourceGroupHeaderWillUnmount`
