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

resourceGroupLaneInnerClass - a ClassName Input for the inner wrapper of the resource-group lane cell

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:

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