TimelineKit API
    Preparing search index...

    Interface KanbanCardMovedEventArgs

    interface KanbanCardMovedEventArgs {
        card: KanbanCard;
        fromColumnId: string;
        toColumnId: string;
        toIndex: number;
    }
    Index

    Properties

    fromColumnId: string
    toColumnId: string
    toIndex: number