TimelineKit API
Docs
Gantt Chart
Resource Scheduler
Event Calendar
Preparing search index...
CardMovingArgs
Interface CardMovingArgs
Event args for card drag/move. Cancelable.
interface
CardMovingArgs
{
cancel
:
boolean
;
card
:
KanbanCard
;
fromColumnId
:
string
;
toColumnId
:
string
;
toIndex
:
number
;
toSwimlaneId
:
string
|
null
;
}
Index
Properties
cancel
card
from
Column
Id
to
Column
Id
to
Index
to
Swimlane
Id
Properties
cancel
cancel
:
boolean
card
card
:
KanbanCard
from
Column
Id
fromColumnId
:
string
to
Column
Id
toColumnId
:
string
to
Index
toIndex
:
number
to
Swimlane
Id
toSwimlaneId
:
string
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel
card
from
Column
Id
to
Column
Id
to
Index
to
Swimlane
Id
Docs
Gantt Chart
Resource Scheduler
Event Calendar
TimelineKit API
Loading...
Event args for card drag/move. Cancelable.