---
title: reactionType
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturereactioneffectstate/reactiontype
---

# reactionType

The type of reaction.

## Declaration

```swift
var reactionType: AVCaptureReactionType { get }
```

## Discussion

Discussion There may be multiple reactions of the same type at a given time. Some may come from calls to performEffect(for:) and others from gesture detection.

## See Also

### Configuring the effect state

- [AVCaptureReactionType](avfoundation/avcapturereactiontype.md)
- [startTime](avfoundation/avcapturereactioneffectstate/starttime.md)
- [endTime](avfoundation/avcapturereactioneffectstate/endtime.md)
