Resource Lane Render Hooks

A resource “lane” is an element in resource-timeline view. It runs horizontally across the timeline slots for each resource.

resourceLaneClass - a ClassName Input

resourceLaneTopClassNames - a ClassName Input for the element above the lane’s events

resourceLaneTopContent - a Content Injection Input. Inserted at the top of the lane.

resourceLaneBottomClassNames - a ClassName Input for the element below the lane’s events

resourceLaneBottomContent - a Content Injection Input. Inserted at the bottom of the lane.

resourceLaneDidMount

resourceLaneWillUnmount

Argument

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

  • resource - Resource Object
  • el - the element. only available in resourceLaneDidMount and resourceLaneWillUnmount