Fields
-
predecessorTaskId :any
-
The identifier for the predecessor task. This must reference a task in Gantt.
-
(nullable) shortDesc :string
-
The description of the dependency line. This is used for accessibility.
- Default Value:
null
-
successorTaskId :any
-
The identifier for the successor task. This must reference a task in Gantt.
-
svgClassName :string
-
A space delimited list of CSS style classes to apply to the dependency line.
- Default Value:
""
-
svgStyle :CSSStyleDeclaration
-
The CSS style defining the style of the dependency line.
- Default Value:
{}
-
type :"finishStart"|"finishFinish"|"startStart"|"startFinish"
-
The type of dependency.
- Default Value:
"finishStart"
Supported Values:
Value Description "finishFinish"predecessor task must finish before successor task can finish "finishStart"predecessor task must finish before successor task can start "startFinish"predecessor task must start before successor task can finish "startStart"predecessor task must start before successor task can start