---
title: proposal
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewdropcoordinator/proposal
---

# proposal

The current proposal for how to incorporate the dropped items.

## Declaration

```swift
var proposal: UICollectionViewDropProposal { get }
```

## Discussion

Discussion If your drag delegate implements the collectionView(_:dropSessionDidUpdate:withDestinationIndexPath:) method, this object contains the information that you provided when making your drop proposal for the given location.

## See Also

### Getting the Session Information

- [session](uikit/uicollectionviewdropcoordinator/session.md)
