---
title: "init(identifier:customIndexingKey:getSetter:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/entityproperty/init(identifier:customindexingkey:getsetter:)-9fdoc"
---

# init(identifier:customIndexingKey:getSetter:)

## Declaration

```swift
convenience init<Entity>(identifier: String, customIndexingKey: CSCustomAttributeKey, getSetter: WritableKeyPath<Entity, Value>) where Entity : AppEntity
```
