createMoveListCommandReturns a command function that moves up or down selected list nodes. function createMoveListCommand(direction: "up" | "down"): Command;§createMoveListCommand(direction: "up" | "down"): Command[src]§Parameters§direction: "up" | "down"[src]§Return Type§Command[src]