Parameter syntax:
'up'|'down' [ '[implicitElement]' ]?
Swaps selected element with its preceding sibling node (up option) or with its following sibling node (down option).
up
down
Examples:
moveElement down[implicitElement] moveElement up