---
title: LazyState
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/lazystate
---

# LazyState

## Declaration

```swift
@frozen struct LazyState<Value>
```

## Topics

### Creating a lazy state

- [init(initialValue:)](swiftui/lazystate/init(initialvalue:).md)
- [init()](swiftui/lazystate/init().md)

### Getting the value

- [projectedValue](swiftui/lazystate/projectedvalue.md)
- [wrappedValue](swiftui/lazystate/wrappedvalue.md)

### Enumerations

- [LazyState.Storage](swiftui/lazystate/storage.md)

## Relationships

### Conforms To

- [DynamicProperty](swiftui/dynamicproperty.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
