TimelineKit API
Docs
Gantt Chart
Resource Scheduler
Event Calendar
Preparing search index...
SwimlaneMovingArgs
Interface SwimlaneMovingArgs
Event args for swimlane drag/move. Cancelable.
interface
SwimlaneMovingArgs
{
cancel
:
boolean
;
fromIndex
:
number
;
swimlane
:
KanbanSwimlane
;
toIndex
:
number
;
}
Index
Properties
cancel
from
Index
swimlane
to
Index
Properties
cancel
cancel
:
boolean
from
Index
fromIndex
:
number
swimlane
swimlane
:
KanbanSwimlane
to
Index
toIndex
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel
from
Index
swimlane
to
Index
Docs
Gantt Chart
Resource Scheduler
Event Calendar
TimelineKit API
Loading...
Event args for swimlane drag/move. Cancelable.