TileLayoutTileResizeEvent
Interface
The arguments for the onTileresize TileLayout event.
Definition
Package:@progress/kendo-vue-layout
Properties
colSpan
number
Returns 0 if the columnSpan is not changed, 1 if the columnSpan is increased and -1 if the columnSpan is decreased.
index
number
The index of the currently resized tile.
rowSpan
number
Returns 0 if the rowSpan is not changed, 1 if the rowSpan is increased and -1 if the rowSpan is decreased.
The new resized positions of the TileLayout tiles.