---
title: WebDragSourceAction
framework: webkit
role: symbol
role_heading: Structure
path: webkit/webdragsourceaction
---

# WebDragSourceAction

Actions that the source object of a drag operation can perform.

## Declaration

```swift
struct WebDragSourceAction
```

## Topics

### Constants

- [DHTML](webkit/webdragsourceaction/dhtml.md)
- [image](webkit/webdragsourceaction/image.md)
- [link](webkit/webdragsourceaction/link.md)
- [selection](webkit/webdragsourceaction/selection.md)
- [any](webkit/webdragsourceaction/any.md)

### Initializers

- [init(rawValue:)](webkit/webdragsourceaction/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Constants

- [Menu Item Tags](webkit/menu-item-tags.md)
- [WebDragDestinationAction](webkit/webdragdestinationaction.md)
