Preparing search index...
The search index is not available
Sama UI Library
Sama UI Library
Table
RowMoved
Interface RowMoved<T>
interface
RowMoved
<
T
>
{
newIndex
:
number
;
previousIndex
:
number
;
row
:
T
;
}
Type Parameters
T
Index
Properties
new
Index
previous
Index
row
Properties
new
Index
new
Index
:
number
New index of the item.
previous
Index
previous
Index
:
number
Index of the item when it was picked up.
row
row
:
T
Item that was moved.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
new
Index
previous
Index
row
Sama UI Library
Loading...
New index of the item.