Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GanttLink

A dhtmlxGantt link object.

Hierarchy

  • GanttLink

Index

Properties

Properties

id

id: number

The link id.

We assign numeric IDs dynamically at load time. The IDs have no correspondence to the issue tracker.

source

source: string

The id of a task that the dependency will start from.

target

target: string

The id of a task that the dependency will end with.

type

type: "0"

The dependency type. The available values are stored in the gantt.config.links object.

We currently only support finish-to-start links.

Generated using TypeDoc