---
title: "DragAndDropTargetModifierNode"
description: "A [Modifier.Node] that can be used as a target for platform drag and drop operations. In most
cases, you will want to delegate to the [DragAndDropTargetModifierNode] returned by the eponymous
factory method.

This interface does not define any additional methods or properties. It simply serves as a marker
interface to identify nodes that can be used as drag and drop target modifiers."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
sealed interface DragAndDropTargetModifierNode : LayoutAwareModifierNode
```


A `Modifier.Node` that can be used as a target for platform drag and drop operations. In most
cases, you will want to delegate to the `DragAndDropTargetModifierNode` returned by the eponymous
factory method.

This interface does not define any additional methods or properties. It simply serves as a marker
interface to identify nodes that can be used as drag and drop target modifiers.



