# CanAcceptDrop(List<ISelectable>)

> Indicates whether this StackNode accepts the current drop event.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.6/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public bool CanAcceptDrop(List<ISelectable> selection)
```

### Parameters

**** (\[List\<ISelectable>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)): "The selected GraphElements to be checked.

### Returns

| Type                                                          | Description                                                                             |
| ------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Returns true if this StackNode accepts the current drop event. Returns false otherwise. |
