Library to add keyboard commands for elements that also use CDK drag and drop sorting. This library intends to provide parity for picking up an element with the keyboard, moving it up and down the list, and dropping it in place.
The array of items to sort, updated as items are moved.
Either horizontal
or vertical
.
Whether the list is disabled.
Focusable element that is used to grab the item.
This directive will listen for the following keyboard commands:
Select the item to begin moving it, or if already selected, move it to the new position.
Deselect the item.
Move the selected item up or down (vertical) or left or right (horizontal).