---
title: sourceIndexPath
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableviewdropitem/sourceindexpath
---

# sourceIndexPath

The index path of the item in the table view, if any.

## Declaration

```swift
var sourceIndexPath: IndexPath? { get }
```

## Discussion

Discussion If the item originated from the table view, this property contains the item’s original index path.

## See Also

### Getting the item information

- [previewSize](uikit/uitableviewdropitem/previewsize.md)
