New to Kendo UI for Angular? Start a free 30-day trial
DependencyAddEvent
Provides the event data for the dependencyAdd
event.
Name | Type | Default | Description |
---|---|---|---|
fromTask |
|
Represents the task where the dependency starts (predecessor). | |
isValid |
|
Indicates if the dependency creation is a valid link between the two tasks. | |
toTask |
|
Represents the task where the dependency ends (successor). | |
type |
|
Specifies the dependency type for the linked tasks. |