TimelineKit API
    Preparing search index...

    Interface ColumnMovedByDragArgs

    Event args after column has been moved by drag.

    interface ColumnMovedByDragArgs {
        column: KanbanColumn;
        fromIndex: number;
        toIndex: number;
    }
    Index

    Properties

    column: KanbanColumn
    fromIndex: number
    toIndex: number