Interface IMoveItemCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
item
Declaration
item: TItem;
Property Value
Type | Description |
---|---|
TItem |
needUpdate
Declaration
needUpdate?: boolean;
Property Value
Type | Description |
---|---|
boolean |
newIndex
Declaration
newIndex: number;
Property Value
Type | Description |
---|---|
number |