<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebViewInsertAction",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:@E@WebViewInsertAction"
  },
  "title" : "WebViewInsertAction"
}
-->

# WebViewInsertAction

The type of user action that initiated a delegate message.

```
enum WebViewInsertAction
```

## Topics

### Constants

[`WebViewInsertAction.typed`](/documentation/WebKit/WebViewInsertAction/typed)

Indicates the user inserted content by typing.

[`WebViewInsertAction.pasted`](/documentation/WebKit/WebViewInsertAction/pasted)

Indicates the user inserted content by pasting.

[`WebViewInsertAction.dropped`](/documentation/WebKit/WebViewInsertAction/dropped)

Indicates the user inserted content by dropping.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)