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

# proposal

The proposal for how to incorporate the dropped items.

## Declaration

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

## Discussion

Discussion If your drag delegate implements the tableView(_: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/uitableviewdropcoordinator/session.md)
