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. Only SVG CSS style properties are supported.
- Default Value:
{}
-
type :finishStart|finishFinish|startStart|startFinish
-
The type of dependency.
- Default Value:
"finishStart"
Supported Values:
Value Description finishFinishpredecessor task must finish before successor task can finish finishStartpredecessor task must finish before successor task can start startFinishpredecessor task must start before successor task can finish startStartpredecessor task must start before successor task can start