@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface GanttDependencyLink

    A resolved dependency link between two tasks, used for rendering connector lines.

    interface GanttDependencyLink {
        fromId: string;
        toId: string;
    }
    Index

    Properties

    Properties

    fromId: string

    ID of the predecessor (from) task.

    toId: string

    ID of the successor (to) task.