interface DraggableItemPosition {
    droppableId: string;
    index: number;
}

Properties

Properties

droppableId: string

Parent droppableId

index: number

Index of item in parent Droppable