Represents command data for moving a list item in the specified direction.

Hierarchy

  • MoveListItemCommandData

Properties

Properties

direction: "up" | "down"

The direction to move the list item in - up or down.

rowIndex: number

The row index of the item to move.