TileLayoutRepositionEvent
Interface
The arguments for the onReposition TileLayout event.
Definition
Package:@progress/kendo-vue-layout
Properties
col
number
Returns 0 if the column is not changed, 1 if the item is dragged to the next column and -1 if the item is drag to the previous column.
index
number
The index of the currently moved tile.
row
number
Returns 0 if the row is not changed, 1 if the item is dragged to the next row and -1 if the item is drag to the previous row.
The new positions of the TileLayout tiles.