init(identifier:title:indexingKey:asyncGetter:)
Creates an app intent entity property. Do not call this directly, use @Property
Declaration
convenience init<Entity>(identifier: String, title: LocalizedStringResource, indexingKey: PartialKeyPath<CSSearchableItemAttributeSet>, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppEntityParameters
- identifier:
The identifier of the property
- title:
A word or short phrase summarizing this property.
- indexingKey:
A Spotlight attribute set key mapping for this property.
- asyncGetter:
The getter reference for the property