<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/EntityProperty/init(identifier:title:asyncGetter:)-83se5",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents14EntityPropertyCAA10Foundation11MeasurementVySo21NSUnitElectricCurrentCG9ValueTypeRtzrlE10identifier5title11asyncGetterACyxGSSYt_AD23LocalizedStringResourceVxqd__YaYbKctcAA0aC0Rd__lufc"
  },
  "title" : "init(identifier:title:asyncGetter:)"
}
-->

# init(identifier:title:asyncGetter:)

Creates an app intent entity property.  Do not call this directly, use @ComputedProperty or @DeferredProperty

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

## Parameters

`identifier`

The identifier of the property

`title`

A word or short phrase summarizing this property.

`asyncGetter`

The getter reference for the property

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)