# Drop Target Wrapper

## Description:

Drop Target Wrapper

Drop Target Wrapper component used to bind it in a drop wrapper. This will allow drag source wrapper contents to be dropped inside it.

### Allowed Parent Components:

1. Col
2. Horizontal Section
3. Vertical Section

### Allowed Child Components:

1. Aggregate Card
2. Card Table
3. DataList
4. IOT Canvas
5. Popover
6. Pulse
7. Row
8. Trigger Before Render
9. Trigger On Drop

### Properties

### ➤ Min Height

Provide a numerical value to specify minimum height. In most cases, you can leave this blank.

Allowed Values: Any number value

### ➤ Can Drop Expression

Provide an expression which returns boolean value for dropping the component.

Allowed Values: An expression which should return boolean after evaluation

### ➤ Can Drag

Allowed Values: Controller Function

### ➤ Begin Drag

Allowed Values: Controller Function

### ➤ On Drop

Allowed Values: Controller Function


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/droptargetwrapper.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
