These docs are for an old release. Info on upgrading to v6

Resource Group Render Hooks

Label Hooks

In resource timeline view, a resource group “label” is where a group’s name is displayed.

resourceGroupLabelClassNames - a ClassName Input

resourceGroupLabelContent - a Content Injection Input

resourceGroupLabelDidMount

resourceGroupLabelWillUnmount

Lane Hooks

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

resourceGroupLaneClassNames - a ClassName Input

resourceGroupLaneContent - a Content Injection Input

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:

  • groupValue
  • el - the element. only available in resourceGroupLabelDidMount, resourceGroupLabelWillUnmount, resourceGroupLaneDidMount, and resourceGroupLaneWillUnmount