---
title: "init(identifier:asyncGetter:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/entityproperty/init(identifier:asyncgetter:)-5fs2j"
---

# init(identifier:asyncGetter:)

## Declaration

```swift
convenience init<Entity>(identifier: String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppEntity
```
