Skip to main content

IMoveItemCommandArgs

Interfaces

IMoveItemCommandArgs

Type Parameters

Type Parameter
TItem

Properties

item
item: TItem;
needUpdate?
optional needUpdate?: boolean;
newIndex
newIndex: number;
Was this page helpful?