Type alias DropAction

DropAction: "none" | "copy" | "link" | "move"

A type alias which defines the possible independent drop actions.