---
title: LayoutSubviews.Index
framework: swiftui
role: symbol
role_heading: Type Alias
path: swiftui/layoutsubviews/index
---

# LayoutSubviews.Index

A type that you can use to index proxy values.

## Declaration

```swift
typealias Index = Int
```

## See Also

### Accessing subviews

- [subscript(_:)](swiftui/layoutsubviews/subscript(_:).md)
- [startIndex](swiftui/layoutsubviews/startindex.md)
- [endIndex](swiftui/layoutsubviews/endindex.md)
- [LayoutSubviews.Element](swiftui/layoutsubviews/element.md)
- [LayoutSubviews.SubSequence](swiftui/layoutsubviews/subsequence.md)
