File

src/connectors.ts

Description

Provide customisations for how a backend should handle a DragSource and display items dragged from it. See DragSource.

Index

Properties

Properties

dropEffect
dropEffect: "copy" | "move" | "link" | "none"
Type : "copy" | "move" | "link" | "none"
Optional

A string. By default, 'move'. In the browsers that support this feature, specifying 'copy' shows a special "copying" cursor, while 'move' corresponds to the "move" cursor. You might want to use this option to provide a hint to the user about whether an action is destructive.

result-matching ""

    No results matching ""