TimelineKit API
    Preparing search index...

    Interface TasksPastedEventArgs

    Event arguments emitted after a paste operation completes.

    interface TasksPastedEventArgs {
        droppedLinks: DroppedLinkInfo[];
        links: TaskLink[];
        taskIdMap: Map<string, Task>;
        tasks: Task[];
    }
    Index

    Properties

    droppedLinks: DroppedLinkInfo[]
    links: TaskLink[]
    taskIdMap: Map<string, Task>
    tasks: Task[]