Class: ojGanttDependencyProperties
- Module:
Usage
For additional information visit:
Constructor
new ojGanttDependencyProperties
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:
-
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.
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
|
- Default Value: