SwiftUI.Button
nonisolated public init<I>(intent: I, @SwiftUICore.ViewBuilder label: () -> Label) where I : AppIntents.AppIntent
SwiftUI.Button
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, intent: some AppIntent)
SwiftUI.Button
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, intent: some AppIntent)
SwiftUI.Button
@_disfavoredOverload nonisolated public init<S>(_ title: S, intent: some AppIntent) where S : Swift.StringProtocol
SwiftUI.Button
nonisolated public init(role: SwiftUI.ButtonRole?, intent: some AppIntent, @SwiftUICore.ViewBuilder label: () -> Label)
SwiftUI.Button
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, role: SwiftUI.ButtonRole?, intent: some AppIntent)
SwiftUI.Button
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, role: SwiftUI.ButtonRole?, intent: some AppIntent)
SwiftUI.Button
@_disfavoredOverload nonisolated public init(_ title: some StringProtocol, role: SwiftUI.ButtonRole?, intent: some AppIntent)
SwiftUI.Button
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, role: SwiftUI.ButtonRole? = nil, intent: some AppIntent)
SwiftUI.Button
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, role: SwiftUI.ButtonRole? = nil, intent: some AppIntent)
SwiftUI.Button
@_disfavoredOverload nonisolated public init(_ title: some StringProtocol, systemImage: Swift.String, role: SwiftUI.ButtonRole? = nil, intent: some AppIntent)
SwiftUI.Button
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, role: SwiftUI.ButtonRole? = nil, intent: some AppIntent)
SwiftUI.Button
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, role: SwiftUI.ButtonRole? = nil, intent: some AppIntent)
SwiftUI.Button
@_disfavoredOverload nonisolated public init(_ title: some StringProtocol, image: DeveloperToolsSupport.ImageResource, role: SwiftUI.ButtonRole? = nil, intent: some AppIntent)
SwiftUI.Toggle
nonisolated public init<I>(isOn: Swift.Bool, intent: I, @SwiftUICore.ViewBuilder label: () -> Label) where I : AppIntents.AppIntent
SwiftUI.Toggle
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isOn: Swift.Bool, intent: some AppIntent)
SwiftUI.Toggle
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, isOn: Swift.Bool, intent: some AppIntent)
SwiftUI.Toggle
@_disfavoredOverload nonisolated public init<S>(_ title: S, isOn: Swift.Bool, intent: some AppIntent) where S : Swift.StringProtocol