---
title: WebView.ActivatedElementInfo
framework: webkit
role: symbol
role_heading: Structure
path: webkit/webview-swift.struct/activatedelementinfo
---

# WebView.ActivatedElementInfo

Contains information about an element the user activated in a webpage, which may be used to configure a context menu for that element.

## Declaration

```swift
struct ActivatedElementInfo
```

## Overview

Overview For links, the information contains the URL that is linked to.

## Topics

### Instance Properties

- [linkURL](webkit/webview-swift.struct/activatedelementinfo/linkurl.md)

## Relationships

### Conforms To

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

## See Also

### Modifying web interactions

- [WebView.BackForwardNavigationGesturesBehavior](webkit/webview-swift.struct/backforwardnavigationgesturesbehavior.md)
- [WebView.LinkPreviewBehavior](webkit/webview-swift.struct/linkpreviewbehavior.md)
- [WebView.ElementFullscreenBehavior](webkit/webview-swift.struct/elementfullscreenbehavior.md)
- [WebView.MagnificationGesturesBehavior](webkit/webview-swift.struct/magnificationgesturesbehavior.md)
