---
title: WebViewInsertAction
framework: webkit
role: symbol
role_heading: Enumeration
path: webkit/webviewinsertaction
---

# WebViewInsertAction

The type of user action that initiated a delegate message.

## Declaration

```swift
enum WebViewInsertAction
```

## Topics

### Constants

- [WebViewInsertAction.typed](webkit/webviewinsertaction/typed.md)
- [WebViewInsertAction.pasted](webkit/webviewinsertaction/pasted.md)
- [WebViewInsertAction.dropped](webkit/webviewinsertaction/dropped.md)

### Initializers

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

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Content

- [WebView](webkit/webview-swift.class.md)
- [WebNavigationType](webkit/webnavigationtype.md)
