New to Kendo UI for Angular? Start a free 30-day trial
GanttDependencyModelFields
Represents the model fields for creating GanttDependency
instances.
All dependency fields can point to nested property values, for example, category.id
.
Name | Type | Default | Description |
---|---|---|---|
fromId? |
|
|
Specifies the name of the model field for the source task ID. |
id? |
|
|
Specifies the name of the model field for the dependency item ID. |
toId? |
|
|
Specifies the name of the model field for the target task ID. |
type? |
|
|
Specifies the name of the model field for the dependency type. |