enum sap.ui.core.dnd.DropEffect

Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-TBL

Configuration options for visual drop effects that are given during a drag and drop operation.


Properties Overview

Node Description
sap.ui.core.dnd.DropEffect.Copy

A copy of the source item is made at the new location.

sap.ui.core.dnd.DropEffect.Link

A link is established to the source at the new location.

sap.ui.core.dnd.DropEffect.Move

An item is moved to a new location.

sap.ui.core.dnd.DropEffect.None

The item cannot be dropped.