TimelineKit API
    Preparing search index...

    Interface DroppedLinkInfo

    Describes a dependency link that could not be recreated because one end is outside the pasted set.

    interface DroppedLinkInfo {
        externalSide: "from" | "to";
        fromId: string;
        toId: string;
        type: TaskLinkType;
    }
    Index

    Properties

    externalSide: "from" | "to"
    fromId: string
    toId: string