---
title: AttributedTextValueConstraint.Attributes
framework: swiftui
role: symbol
role_heading: Type Alias
path: swiftui/attributedtextvalueconstraint/attributes
---

# AttributedTextValueConstraint.Attributes

A proxy type for a container of partially constrained attributes.

## Declaration

```swift
typealias Attributes = AttributedTextFormatting.AttributeContainerProxy<Self.Scope, Self.AttributeKey>
```

## Discussion

Discussion This type is passed to the constrain(_:)-1p72v function.
