GanttDependencyModelFields
Interface
Represents the model fields for creating GanttDependency instances.
All dependency fields can point to nested property values, for example, category.id.
Definition
Package:@progress/kendo-angular-gantt
Properties
fromId?
string
Specifies the name of the model field for the source task ID.
Default:
"fromId"
id?
string
Specifies the name of the model field for the dependency item ID.
Default:
"id"
toId?
string
Specifies the name of the model field for the target task ID.
Default:
"toId"
type?
string
Specifies the name of the model field for the dependency type.
Default:
"type"