[]
Sheets.GanttSheet.TaskDependency
• new TaskDependency(from
, to
, type?
)
Creates a task dependency.
classdesc
Represents a task dependency.
Name | Type | Description |
---|---|---|
from |
Task |
Indicates the task which the dependency is from. |
to |
Task |
Indicates the task which the dependency is to. |
type? |
TaskDependencyType |
- |
• from: Task
Gets the task which this dependency is from.
readonly
• to: Task
Gets the task which this dependency is to.
readonly
• type: TaskDependencyType
Gets the type of this dependency.
readonly