TimelineKit API
Docs
Gantt Chart
Resource Scheduler
Event Calendar
Preparing search index...
TasksPastedEventArgs
Interface TasksPastedEventArgs
Event arguments emitted after a paste operation completes.
interface
TasksPastedEventArgs
{
droppedLinks
:
DroppedLinkInfo
[]
;
links
:
TaskLink
[]
;
taskIdMap
:
Map
<
string
,
Task
>
;
tasks
:
Task
[]
;
}
Index
Properties
dropped
Links
links
task
Id
Map
tasks
Properties
dropped
Links
droppedLinks
:
DroppedLinkInfo
[]
links
links
:
TaskLink
[]
task
Id
Map
taskIdMap
:
Map
<
string
,
Task
>
tasks
tasks
:
Task
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dropped
Links
links
task
Id
Map
tasks
Docs
Gantt Chart
Resource Scheduler
Event Calendar
TimelineKit API
Loading...
Event arguments emitted after a paste operation completes.