---
title: allowedInteractions
framework: paperkit
role: symbol
role_heading: Instance Property
path: paperkit/markup/allowedinteractions
---

# allowedInteractions

Interactions that people can perform on this markup.

## Declaration

```swift
var allowedInteractions: MarkupInteractions { get set }
```

## Discussion

Discussion Use this to configure how people can interact with the markup, such as preventing resizing, rotation, or deletion. The default is .all, which allows all interactions. Set to .readOnly to prevent all modifications.

## See Also

### Controlling interactions

- [MarkupInteractions](paperkit/markupinteractions.md)
