---
title: Resolved
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/shapestyle/resolved
---

# Resolved

The type of shape style this will resolve to.

## Declaration

```swift
associatedtype Resolved : ShapeStyle = Never
```

## Discussion

Discussion When you create a custom shape style, Swift infers this type from your implementation of the required resolve function.

## See Also

### Resolving a shape style in an environment

- [resolve(in:)](swiftui/shapestyle/resolve(in:).md)
