enum MoveDirectives

Possible directives for a move() action.

1
TOP
Move the element to the top (head) of the list.
2
BOTTOM
Move element to the bottom (end) of the list.
3
BEFORE
Move the element before the referenced element on the list.
4
AFTER
Move element after referenced element on the list.