init(identifier:title:customIndexingKey:getter:)
Creates an app intent entity property. Do not call this directly, use @ComputedProperty or @DeferredProperty
Declaration
convenience init<Entity>(identifier: String, title: LocalizedStringResource, customIndexingKey: CSCustomAttributeKey, getter: KeyPath<Entity, Value>) where Entity : AppEntityParameters
- identifier:
The identifier of the property
- title:
A word or short phrase summarizing this property.
- customIndexingKey:
A custom Spotlight attribute set key for this property.
- getter:
The getter reference for the property