---
title: subjectType
framework: swift
role: symbol
role_heading: Instance Property
path: swift/mirror/subjecttype
---

# subjectType

The static type of the subject being reflected.

## Declaration

```swift
let subjectType: any Any.Type
```

## Discussion

Discussion This type may differ from the subject’s dynamic type when this mirror is the superclassMirror of another mirror.
