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

# init(identifier:title:asyncGetter:)

## Declaration

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