---
title: LinkMarkup
framework: paperkit
role: symbol
role_heading: Structure
path: paperkit/linkmarkup
---

# LinkMarkup

A URL link that a person can tap on in the canvas.

## Declaration

```swift
struct LinkMarkup
```

## Topics

### Creating a link

- [init(url:frame:allowedInteractions:id:)](paperkit/linkmarkup/init(url:frame:allowedinteractions:id:).md)

### Accessing the destination

- [url](paperkit/linkmarkup/url.md)

### Identifying markup

- [id](paperkit/linkmarkup/id.md)

## Relationships

### Conforms To

- [Identifiable](swift/identifiable.md)
- [Markup](paperkit/markup.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Markup elements

- [Markup](paperkit/markup.md)
- [ImageMarkup](paperkit/imagemarkup.md)
- [ShapeMarkup](paperkit/shapemarkup.md)
- [LoupeMarkup](paperkit/loupemarkup.md)
- [MarkupInteractions](paperkit/markupinteractions.md)
