Datasource contract for the Gantt chart.
Follows the same philosophy as IDatasource<T> but is tailored for temporal task data: it exposes a flat list of tasks and a derived list of dependency links.
IDatasource<T>
Optional payload type on each GanttTask.
Returns all dependency links derived from task dependencies arrays.
dependencies
Returns all tasks.
Datasource contract for the Gantt chart.
Follows the same philosophy as
IDatasource<T>but is tailored for temporal task data: it exposes a flat list of tasks and a derived list of dependency links.