---
title: NSCollectionViewItem.HighlightState.asDropTarget
framework: appkit
role: symbol
role_heading: Case
path: appkit/nscollectionviewitem/highlightstate-swift.enum/asdroptarget
---

# NSCollectionViewItem.HighlightState.asDropTarget

The drop target highlight state. This type of highlight is applied when the item is the target of a drop operation on the collection view. After the drop operation completes, the highlight state returns to NSCollectionViewItem.HighlightState.none.

## Declaration

```swift
case asDropTarget
```

## See Also

### Constants

- [NSCollectionViewItem.HighlightState.none](appkit/nscollectionviewitem/highlightstate-swift.enum/none.md)
- [NSCollectionViewItem.HighlightState.forSelection](appkit/nscollectionviewitem/highlightstate-swift.enum/forselection.md)
- [NSCollectionViewItem.HighlightState.forDeselection](appkit/nscollectionviewitem/highlightstate-swift.enum/fordeselection.md)
