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