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