API Differences in AppIntents in macOS 26.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in AppIntents in the macOS 26.0 SDK.

Table of Contents

Protocols

ControlConfigurationIntent
IntentValueQuery
ShowsSnippetIntent
SnippetIntent
UndoableIntent
_SystemIntentValue

Structs

EmptySnippetIntent
EntityPropertyModifiers
IntentChoiceOption
IntentModes
IntentModes
Current
_SnippetIntentContainer

Typealiases

AppIntent
public typealias Option = AppIntents.IntentChoiceOption

Functions & Methods

AppIntent
public func continueInForeground(_ dialog: AppIntents.IntentDialog? = nil, alwaysConfirm: Swift.Bool = true) async throws
AppIntent
public func needsToContinueInForegroundError(_ dialog: AppIntents.IntentDialog? = nil, alwaysConfirm: Swift.Bool = true) -> AppIntents.AppIntentError
AppIntent
public func requestChoice(between options: [AppIntents.IntentChoiceOption], dialog: AppIntents.IntentDialog? = nil) async throws -> AppIntents.IntentChoiceOption
AppIntent
@discardableResult public func requestConfirmation<Snippet>(conditions: AppIntents.ConfirmationConditions = [], actionName: AppIntents.ConfirmationActionName = .`continue`, dialog: AppIntents.IntentDialog? = nil, showDialogAsPrompt: Swift.Bool = true, snippetIntent: Snippet) async throws -> Snippet.PerformResult.Value where Snippet : AppIntents.SnippetIntent, Snippet.PerformResult : AppIntents.ReturnsValue
AppIntent
public func requestConfirmation<Snippet>(conditions: AppIntents.ConfirmationConditions = [], actionName: AppIntents.ConfirmationActionName = .`continue`, dialog: AppIntents.IntentDialog? = nil, showDialogAsPrompt: Swift.Bool = true, snippetIntent: Snippet) async throws where Snippet : AppIntents.SnippetIntent
ControlConfigurationIntent
public func perform() async throws -> Self.NeverResult
IntentResult
public static func result(snippetIntent: some SnippetIntent = EmptySnippetIntent()) -> Self where Self == AppIntents.IntentResultContainer<Swift.Never, Swift.Never, AppIntents._SnippetIntentContainer, Swift.Never>
IntentResult
public static func result<Value>(value: Value, snippetIntent: some SnippetIntent = EmptySnippetIntent()) -> Self where Self == AppIntents.IntentResultContainer<Value, Swift.Never, AppIntents._SnippetIntentContainer, Swift.Never>, Value : AppIntents._IntentValue
IntentResult
public static func result<Value>(value: Value, opensIntent: some AppIntent, snippetIntent: some SnippetIntent = EmptySnippetIntent()) -> Self where Self == AppIntents.IntentResultContainer<Value, Swift.Never, AppIntents._SnippetIntentContainer, Swift.Never>, Value : AppIntents._IntentValue
IntentResult
public static func result<Value>(value: Value, opensIntent: some AppIntent, dialog: AppIntents.IntentDialog, snippetIntent: some SnippetIntent = EmptySnippetIntent()) -> Self where Self == AppIntents.IntentResultContainer<Value, Swift.Never, AppIntents._SnippetIntentContainer, AppIntents.IntentDialog>, Value : AppIntents._IntentValue
IntentResult
public static func result<Value>(value: Value, dialog: AppIntents.IntentDialog, snippetIntent: some SnippetIntent = EmptySnippetIntent()) -> Self where Self == AppIntents.IntentResultContainer<Value, Swift.Never, AppIntents._SnippetIntentContainer, AppIntents.IntentDialog>, Value : AppIntents._IntentValue
IntentResult
public static func result(opensIntent: some AppIntent, snippetIntent: some SnippetIntent = EmptySnippetIntent()) -> Self where Self == AppIntents.IntentResultContainer<Swift.Never, Swift.Never, AppIntents._SnippetIntentContainer, Swift.Never>
IntentResult
public static func result(opensIntent: some AppIntent, dialog: AppIntents.IntentDialog, snippetIntent: some SnippetIntent = EmptySnippetIntent()) -> Self where Self == AppIntents.IntentResultContainer<Swift.Never, Swift.Never, AppIntents._SnippetIntentContainer, AppIntents.IntentDialog>
IntentResult
public static func result(dialog: AppIntents.IntentDialog, snippetIntent: some SnippetIntent = EmptySnippetIntent()) -> Self where Self == AppIntents.IntentResultContainer<Swift.Never, Swift.Never, AppIntents._SnippetIntentContainer, AppIntents.IntentDialog>
SnippetIntent
public static func reload()

Properties & Constants

AppIntent
static var supportedModes: AppIntents.IntentModes
AppIntent
public static var supportedModes: AppIntents.IntentModes
IntentSystemContext
public var currentMode: AppIntents.IntentModes.Current
UndoableIntent
public var undoManager: Foundation.UndoManager?

Conformances

IntentItem
Swift.Sendable
IntentItemCollection
Swift.Sendable
IntentItemSection
Swift.Sendable
IntentResultContainer
AppIntents.ShowsSnippetIntent

Initializers

EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init()
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
@_disfavoredOverload convenience public init(title: Foundation.LocalizedStringResource)
EntityProperty
@_disfavoredOverload convenience public init()
EntityProperty
@_disfavoredOverload convenience public init(identifier: _const Swift.String)
EntityProperty
@_disfavoredOverload convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
@_disfavoredOverload convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
@_disfavoredOverload convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
@_disfavoredOverload convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
@_disfavoredOverload convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
@_disfavoredOverload convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
@_disfavoredOverload convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init(identifier: _const Swift.String)
EntityProperty
convenience public init(identifier: _const Swift.String, title: Foundation.LocalizedStringResource)
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getter: Swift.KeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, getSetter: Swift.WritableKeyPath<Entity, Value>) where Entity : AppIntents.AppEntity
EntityProperty
convenience public init<Entity>(identifier: _const Swift.String, title: Foundation.LocalizedStringResource, asyncGetter: @escaping @Sendable (Entity) async throws -> Value) where Entity : AppIntents.AppEntity
IntentParameter
convenience public init(title: Foundation.LocalizedStringResource, description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default)
IntentParameter
convenience public init<Spec>(title: Foundation.LocalizedStringResource, description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, @AppIntents.ResolverSpecificationBuilder<Value.UnwrappedType> resolvers: @escaping () -> Spec) where Spec : AppIntents.ResolverSpecification
IntentParameter
convenience public init<OptionsProvider>(title: Foundation.LocalizedStringResource, description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, optionsProvider: OptionsProvider) where OptionsProvider : AppIntents.DynamicOptionsProvider, Value.ValueType == OptionsProvider.DefaultValue.ValueType
IntentParameter
convenience public init<Spec, OptionsProvider>(title: Foundation.LocalizedStringResource, description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, optionsProvider: OptionsProvider, @AppIntents.ResolverSpecificationBuilder<Value.UnwrappedType> resolvers: @escaping () -> Spec) where Spec : AppIntents.ResolverSpecification, OptionsProvider : AppIntents.DynamicOptionsProvider, Value.ValueType == OptionsProvider.DefaultValue.ValueType
IntentParameter
convenience public init(description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default)
IntentParameter
convenience public init<Spec>(description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, @AppIntents.ResolverSpecificationBuilder<Value.UnwrappedType> resolvers: @escaping () -> Spec) where Spec : AppIntents.ResolverSpecification
IntentParameter
convenience public init<OptionsProvider>(description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, optionsProvider: OptionsProvider) where OptionsProvider : AppIntents.DynamicOptionsProvider, Value.ValueType == OptionsProvider.DefaultValue.ValueType
IntentParameter
convenience public init<Spec, OptionsProvider>(description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, optionsProvider: OptionsProvider, @AppIntents.ResolverSpecificationBuilder<Value.UnwrappedType> resolvers: @escaping () -> Spec) where Spec : AppIntents.ResolverSpecification, OptionsProvider : AppIntents.DynamicOptionsProvider, Value.ValueType == OptionsProvider.DefaultValue.ValueType
IntentParameter
@_disfavoredOverload convenience public init(title: Foundation.LocalizedStringResource, description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default)
IntentParameter
@_disfavoredOverload convenience public init<Spec>(title: Foundation.LocalizedStringResource, description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, @AppIntents.ResolverSpecificationBuilder<Value.UnwrappedType> resolvers: @escaping () -> Spec) where Spec : AppIntents.ResolverSpecification
IntentParameter
@_disfavoredOverload convenience public init<OptionsProvider>(title: Foundation.LocalizedStringResource, description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, optionsProvider: OptionsProvider) where OptionsProvider : AppIntents.DynamicOptionsProvider, Value.ValueType == OptionsProvider.DefaultValue.ValueType
IntentParameter
@_disfavoredOverload convenience public init<Spec, OptionsProvider>(title: Foundation.LocalizedStringResource, description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, optionsProvider: OptionsProvider, @AppIntents.ResolverSpecificationBuilder<Value.UnwrappedType> resolvers: @escaping () -> Spec) where Spec : AppIntents.ResolverSpecification, OptionsProvider : AppIntents.DynamicOptionsProvider, Value.ValueType == OptionsProvider.DefaultValue.ValueType
IntentParameter
@_disfavoredOverload convenience public init(description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default)
IntentParameter
@_disfavoredOverload convenience public init<Spec>(description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, @AppIntents.ResolverSpecificationBuilder<Value.UnwrappedType> resolvers: @escaping () -> Spec) where Spec : AppIntents.ResolverSpecification
IntentParameter
@_disfavoredOverload convenience public init<OptionsProvider>(description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, optionsProvider: OptionsProvider) where OptionsProvider : AppIntents.DynamicOptionsProvider, Value.ValueType == OptionsProvider.DefaultValue.ValueType
IntentParameter
@_disfavoredOverload convenience public init<Spec, OptionsProvider>(description: Foundation.LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, requestValueDialog: AppIntents.IntentDialog? = nil, inputConnectionBehavior: _const AppIntents.InputConnectionBehavior = .default, optionsProvider: OptionsProvider, @AppIntents.ResolverSpecificationBuilder<Value.UnwrappedType> resolvers: @escaping () -> Spec) where Spec : AppIntents.ResolverSpecification, OptionsProvider : AppIntents.DynamicOptionsProvider, Value.ValueType == OptionsProvider.DefaultValue.ValueType