Event emitted when the user releases an item, before any animations have started.
interface CdkDragRelease<T = any> { source: CdkDrag<T>; event: MouseEvent | TouchEvent;}
CdkDrag<T>
Draggable that emitted the event.
MouseEvent | TouchEvent
Native event that caused the release event.