New to Kendo UI for Angular? Start a free 30-day trial

GanttDependencyModelFields

Defines the model fields that will be used for creating GanttDependency instances.

All dependency fields can be set to point to nested property values - e.g. 'category.id'.

NameTypeDefaultDescription

fromId?

string

The name of the from task id model field. Defaults to "fromId".

id?

string

The name of the ID model field of the dependency item. Defaults to "id".

toId?

string

The name of the to task id model field. Defaults to "toId".

type?

string

The name of the type model field. Defaults to "type".

In this article

Not finding the help you need?