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