Sets the layout direction of the draggable item.
(direction: Direction)
| 654 | |
| 655 | /** Sets the layout direction of the draggable item. */ |
| 656 | withDirection(direction: Direction): this { |
| 657 | this._direction = direction; |
| 658 | return this; |
| 659 | } |
| 660 | |
| 661 | /** Sets the container that the item is part of. */ |
| 662 | _withDropContainer(container: DropListRef) { |
no outgoing calls
no test coverage detected