---
title: "init(identifier:title:customIndexingKey:asyncGetter:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/entityproperty/init(identifier:title:customindexingkey:asyncgetter:)-6sbmw"
---

# init(identifier:title:customIndexingKey:asyncGetter:)

## Declaration

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