GanttRegions

Properties

2
isGanttRegions: Boolean= truereadonly
Identifies an object as an instance of GanttRegions class, or subclass thereof.
isGanttRegions: Boolean= truereadonlystatic
Identifies an object as an instance of GanttRegions class, or subclass thereof.

Functions

2

Gets the region represented by the timeline and optionally only for a single task. Returns null if passed a task that is filtered out or not part of the task store.

ParameterTypeDescription
taskRecordTaskModel

(optional) The task record

Returns: Rectangle | null -

The region of the schedule

Get the region for a specified task

ParameterTypeDescription
taskRecordTaskModel
includeOutsideBoolean
innerBoolean

Specify true to return the box for the task bar within the wrapper.

Returns: Rectangle