var body: _ShapeView <Self, ForegroundStyle >
The content and behavior of the view.
ビューの内容と挙動。
Technology
var body: _ShapeView <Self, ForegroundStyle >
func accentColor (Color?) -> some View
func accessibility(activationPoint : UnitPoint ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(activationPoint : CGPoint) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(addTraits : AccessibilityTraits ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(hidden: Bool) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(hint: Text) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(identifier: String) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(inputLabels : [Text]) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(label: Text) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(removeTraits : AccessibilityTraits ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(selectionIdentifier : AnyHashable ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(sortPriority : Double) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibility(value: Text) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityAction (AccessibilityActionKind , () -> Void) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityAction <Label>(action: () -> Void, label: () -> Label) -> some View
func accessibilityAction (named: Text, () -> Void) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityAction <S>(named: S, () -> Void) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityAction (named: LocalizedStringKey , () -> Void) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityActivationPoint (CGPoint) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityActivationPoint (UnitPoint ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityAddTraits (AccessibilityTraits ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityAdjustableAction ((AccessibilityAdjustmentDirection ) -> Void) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityChartDescriptor <R>(R) -> some View
func accessibilityChildren <V>(children: () -> V) -> some View
func accessibilityCustomContent (AccessibilityCustomContentKey , Text?, importance: AXCustomContent .Importance) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityCustomContent <V>(LocalizedStringKey , V, importance: AXCustomContent .Importance) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityCustomContent (LocalizedStringKey , Text, importance: AXCustomContent .Importance) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityCustomContent (Text, Text, importance: AXCustomContent .Importance) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityCustomContent <L, V>(L, V, importance: AXCustomContent .Importance) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityCustomContent (LocalizedStringKey , LocalizedStringKey , importance: AXCustomContent .Importance) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityCustomContent (AccessibilityCustomContentKey , LocalizedStringKey , importance: AXCustomContent .Importance) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityCustomContent <V>(AccessibilityCustomContentKey , V, importance: AXCustomContent .Importance) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityElement (children: AccessibilityChildBehavior ) -> some View
AccessibilityChildBehavior
of the existing accessibility element.func accessibilityFocused (AccessibilityFocusState <Bool>.Binding) -> some View
func accessibilityFocused <Value>(AccessibilityFocusState <Value>.Binding, equals: Value) -> some View
func accessibilityHeading (AccessibilityHeadingLevel ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityHidden (Bool) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityHint (Text) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityHint <S>(S) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityHint (LocalizedStringKey ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityIdentifier (String) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityIgnoresInvertColors (Bool) -> some View
func accessibilityInputLabels ([LocalizedStringKey ]) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityInputLabels ([Text]) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityInputLabels <S>([S]) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityLabel (LocalizedStringKey ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityLabel (Text) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityLabel <S>(S) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityLabeledPair <ID>(role: AccessibilityLabeledPairRole , id: ID, in: Namespace.ID) -> some View
func accessibilityLinkedGroup <ID>(id: ID, in: Namespace.ID) -> some View
func accessibilityRemoveTraits (AccessibilityTraits ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityRepresentation <V>(representation: () -> V) -> some View
func accessibilityRespondsToUserInteraction (Bool) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityRotor <Content>(LocalizedStringKey , entries: () -> Content) -> some View
func accessibilityRotor <Content>(Text, entries: () -> Content) -> some View
func accessibilityRotor <L, Content>(L, entries: () -> Content) -> some View
func accessibilityRotor <Content>(AccessibilitySystemRotor , entries: () -> Content) -> some View
func accessibilityRotor <EntryModel , ID>(LocalizedStringKey , entries: [EntryModel ], entryID : KeyPath <EntryModel , ID>, entryLabel : KeyPath <EntryModel , String>) -> some View
func accessibilityRotor <L, EntryModel , ID>(L, entries: [EntryModel ], entryID : KeyPath <EntryModel , ID>, entryLabel : KeyPath <EntryModel , String>) -> some View
func accessibilityRotor <EntryModel , ID>(Text, entries: [EntryModel ], entryID : KeyPath <EntryModel , ID>, entryLabel : KeyPath <EntryModel , String>) -> some View
func accessibilityRotor <EntryModel , ID>(AccessibilitySystemRotor , entries: [EntryModel ], entryID : KeyPath <EntryModel , ID>, entryLabel : KeyPath <EntryModel , String>) -> some View
func accessibilityRotor <EntryModel >(AccessibilitySystemRotor , entries: [EntryModel ], entryLabel : KeyPath <EntryModel , String>) -> some View
func accessibilityRotor <L, EntryModel >(L, entries: [EntryModel ], entryLabel : KeyPath <EntryModel , String>) -> some View
func accessibilityRotor <EntryModel >(LocalizedStringKey , entries: [EntryModel ], entryLabel : KeyPath <EntryModel , String>) -> some View
func accessibilityRotor <EntryModel >(Text, entries: [EntryModel ], entryLabel : KeyPath <EntryModel , String>) -> some View
func accessibilityRotor (Text, textRanges : [Range<String.Index>]) -> some View
func accessibilityRotor (LocalizedStringKey , textRanges : [Range<String.Index>]) -> some View
func accessibilityRotor (AccessibilitySystemRotor , textRanges : [Range<String.Index>]) -> some View
func accessibilityRotor <L>(L, textRanges : [Range<String.Index>]) -> some View
func accessibilityRotorEntry <ID>(id: ID, in: Namespace.ID) -> some View
func accessibilityScrollAction ((Edge) -> Void) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityShowsLargeContentViewer () -> some View
func accessibilityShowsLargeContentViewer <V>(() -> V) -> some View
func accessibilitySortPriority (Double) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityTextContentType (AccessibilityTextContentType ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityValue (Text) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityValue <S>(S) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func accessibilityValue (LocalizedStringKey ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
func actionSheet (isPresented : Binding<Bool>, content: () -> ActionSheet ) -> some View
func actionSheet <T>(item: Binding<T?>, content: (T) -> ActionSheet ) -> some View
func alert<S, A>(S, isPresented : Binding<Bool>, actions: () -> A) -> some View
func alert<A>(LocalizedStringKey , isPresented : Binding<Bool>, actions: () -> A) -> some View
func alert<A>(Text, isPresented : Binding<Bool>, actions: () -> A) -> some View
func alert<A, M>(Text, isPresented : Binding<Bool>, actions: () -> A, message: () -> M) -> some View
func alert<S, A, M>(S, isPresented : Binding<Bool>, actions: () -> A, message: () -> M) -> some View
func alert<A, M>(LocalizedStringKey , isPresented : Binding<Bool>, actions: () -> A, message: () -> M) -> some View
func alert<A, T>(LocalizedStringKey , isPresented : Binding<Bool>, presenting: T?, actions: (T) -> A) -> some View
func alert<S, A, T>(S, isPresented : Binding<Bool>, presenting: T?, actions: (T) -> A) -> some View
func alert<A, T>(Text, isPresented : Binding<Bool>, presenting: T?, actions: (T) -> A) -> some View
func alert<A, M, T>(LocalizedStringKey , isPresented : Binding<Bool>, presenting: T?, actions: (T) -> A, message: (T) -> M) -> some View
func alert<A, M, T>(Text, isPresented : Binding<Bool>, presenting: T?, actions: (T) -> A, message: (T) -> M) -> some View
func alert<S, A, M, T>(S, isPresented : Binding<Bool>, presenting: T?, actions: (T) -> A, message: (T) -> M) -> some View
func alert(isPresented : Binding<Bool>, content: () -> Alert) -> some View
func alert<E, A>(isPresented : Binding<Bool>, error: E?, actions: () -> A) -> some View
func alert<E, A, M>(isPresented : Binding<Bool>, error: E?, actions: (E) -> A, message: (E) -> M) -> some View
func alert<Item>(item: Binding<Item?>, content: (Item) -> Alert) -> some View
func alignmentGuide (VerticalAlignment , computeValue : (ViewDimensions ) -> CGFloat) -> some View
func alignmentGuide (HorizontalAlignment , computeValue : (ViewDimensions ) -> CGFloat) -> some View
func allowsHitTesting (Bool) -> some View
func allowsTightening (Bool) -> some View
func animation(Animation?) -> some View
func animation<V>(Animation?, value: V) -> some View
func aspectRatio (CGSize, contentMode : ContentMode ) -> some View
func aspectRatio (CGFloat?, contentMode : ContentMode ) -> some View
func autocapitalization(UITextAutocapitalizationType ) -> some View
func background<Background>(Background, alignment: Alignment) -> some View
func background<S>(S, ignoresSafeAreaEdges : Edge.Set) -> some View
func background<S, T>(S, in: T, fillStyle : FillStyle ) -> some View
func background<S, T>(S, in: T, fillStyle : FillStyle ) -> some View
func background<V>(alignment: Alignment, content: () -> V) -> some View
func background(ignoresSafeAreaEdges : Edge.Set) -> some View
func background<S>(in: S, fillStyle : FillStyle ) -> some View
func background<S>(in: S, fillStyle : FillStyle ) -> some View
func backgroundPreferenceValue <Key, T>(Key.Type, (Key.Value) -> T) -> some View
func badge(Text?) -> some View
func badge(Int) -> some View
func badge(LocalizedStringKey ?) -> some View
func badge<S>(S?) -> some View
func blendMode (BlendMode ) -> some View
func blur(radius: CGFloat, opaque: Bool) -> some View
func border<S>(S, width: CGFloat) -> some View
func brightness(Double) -> some View
func buttonBorderShape (ButtonBorderShape ) -> some View
func buttonStyle <S>(S) -> some View
func buttonStyle <S>(S) -> some View
func clipShape <S>(S, style: FillStyle ) -> some View
func clipped(antialiased: Bool) -> some View
func colorInvert () -> some View
func colorMultiply (Color) -> some View
func colorScheme (ColorScheme ) -> some View
func compositingGroup () -> some View
func confirmationDialog <A>(LocalizedStringKey , isPresented : Binding<Bool>, titleVisibility : Visibility, actions: () -> A) -> some View
func confirmationDialog <A>(Text, isPresented : Binding<Bool>, titleVisibility : Visibility, actions: () -> A) -> some View
func confirmationDialog <S, A>(S, isPresented : Binding<Bool>, titleVisibility : Visibility, actions: () -> A) -> some View
func confirmationDialog <A, M>(LocalizedStringKey , isPresented : Binding<Bool>, titleVisibility : Visibility, actions: () -> A, message: () -> M) -> some View
func confirmationDialog <A, M>(Text, isPresented : Binding<Bool>, titleVisibility : Visibility, actions: () -> A, message: () -> M) -> some View
func confirmationDialog <S, A, M>(S, isPresented : Binding<Bool>, titleVisibility : Visibility, actions: () -> A, message: () -> M) -> some View
func confirmationDialog <A, T>(LocalizedStringKey , isPresented : Binding<Bool>, titleVisibility : Visibility, presenting: T?, actions: (T) -> A) -> some View
func confirmationDialog <S, A, T>(S, isPresented : Binding<Bool>, titleVisibility : Visibility, presenting: T?, actions: (T) -> A) -> some View
func confirmationDialog <A, T>(Text, isPresented : Binding<Bool>, titleVisibility : Visibility, presenting: T?, actions: (T) -> A) -> some View
func confirmationDialog <A, M, T>(Text, isPresented : Binding<Bool>, titleVisibility : Visibility, presenting: T?, actions: (T) -> A, message: (T) -> M) -> some View
func confirmationDialog <S, A, M, T>(S, isPresented : Binding<Bool>, titleVisibility : Visibility, presenting: T?, actions: (T) -> A, message: (T) -> M) -> some View
func confirmationDialog <A, M, T>(LocalizedStringKey , isPresented : Binding<Bool>, titleVisibility : Visibility, presenting: T?, actions: (T) -> A, message: (T) -> M) -> some View
func containerShape <T>(T) -> some View
func contentShape <S>(ContentShapeKinds , S, eoFill : Bool) -> some View
func contentShape <S>(S, eoFill : Bool) -> some View
func contextMenu <MenuItems >(ContextMenu <MenuItems >?) -> some View
func contextMenu <MenuItems >(menuItems : () -> MenuItems ) -> some View
func contrast(Double) -> some View
func controlGroupStyle <S>(S) -> some View
func controlSize (ControlSize ) -> some View
func coordinateSpace <T>(name: T) -> some View
func cornerRadius (CGFloat, antialiased: Bool) -> some View
func datePickerStyle <S>(S) -> some View
func defaultAppStorage (UserDefaults ) -> some View
AppStorage
contained within the view.func defaultWheelPickerItemHeight (CGFloat) -> some View
func deleteDisabled (Bool) -> some View
func digitalCrownRotation <V>(Binding<V>) -> some View
func digitalCrownRotation <V>(Binding<V>, from: V, through: V, by: V.Stride?, sensitivity: DigitalCrownRotationalSensitivity , isContinuous : Bool, isHapticFeedbackEnabled : Bool) -> some View
func disableAutocorrection (Bool?) -> some View
func disabled(Bool) -> some View
func drawingGroup (opaque: Bool, colorMode : ColorRenderingMode ) -> some View
func dynamicTypeSize (DynamicTypeSize ) -> some View
func edgesIgnoringSafeArea (Edge.Set) -> some View
func environment<V>(WritableKeyPath <EnvironmentValues , V>, V) -> some View
func environmentObject <T>(T) -> some View
ObservableObject
to a view subhierarchy.func exportsItemProviders ([UTType], onExport : () -> [NSItemProvider ]) -> some View
func exportsItemProviders ([UTType], onExport : () -> [NSItemProvider ], onEdit : ([NSItemProvider ]) -> Bool) -> some View
func fileExporter <D>(isPresented : Binding<Bool>, document: D?, contentType : UTType, defaultFilename : String?, onCompletion : (Result<URL, Error>) -> Void) -> some View
func fileExporter <D>(isPresented : Binding<Bool>, document: D?, contentType : UTType, defaultFilename : String?, onCompletion : (Result<URL, Error>) -> Void) -> some View
func fileExporter <C>(isPresented : Binding<Bool>, documents: C, contentType : UTType, onCompletion : (Result<[URL], Error>) -> Void) -> some View
func fileExporter <C>(isPresented : Binding<Bool>, documents: C, contentType : UTType, onCompletion : (Result<[URL], Error>) -> Void) -> some View
func fileImporter (isPresented : Binding<Bool>, allowedContentTypes : [UTType], allowsMultipleSelection : Bool, onCompletion : (Result<[URL], Error>) -> Void) -> some View
func fileImporter (isPresented : Binding<Bool>, allowedContentTypes : [UTType], onCompletion : (Result<URL, Error>) -> Void) -> some View
func fileMover (isPresented : Binding<Bool>, file: URL?, onCompletion : (Result<URL, Error>) -> Void) -> some View
func fileMover <C>(isPresented : Binding<Bool>, files: C, onCompletion : (Result<[URL], Error>) -> Void) -> some View
func fixedSize () -> some View
func fixedSize (horizontal: Bool, vertical: Bool) -> some View
func flipsForRightToLeftLayoutDirection (Bool) -> some View
func focusScope (Namespace.ID) -> some View
func focusSection () -> some View
func focusable(Bool) -> some View
func focusable(Bool, onFocusChange : (Bool) -> Void) -> some View
func focused(FocusState <Bool>.Binding) -> some View
func focused<Value>(FocusState <Value>.Binding, equals: Value) -> some View
func focusedSceneValue <T>(WritableKeyPath <FocusedValues , T?>, T) -> some View
func focusedValue <Value>(WritableKeyPath <FocusedValues , Value?>, Value) -> some View
func font(Font?) -> some View
func foregroundColor (Color?) -> some View
func foregroundStyle <S>(S) -> some View
func foregroundStyle <S1, S2>(S1, S2) -> some View
func foregroundStyle <S1, S2, S3>(S1, S2, S3) -> some View
func frame() -> some View
func frame(minWidth : CGFloat?, idealWidth : CGFloat?, maxWidth : CGFloat?, minHeight : CGFloat?, idealHeight : CGFloat?, maxHeight : CGFloat?, alignment: Alignment) -> some View
func frame(width: CGFloat?, height: CGFloat?, alignment: Alignment) -> some View
func fullScreenCover <Content>(isPresented : Binding<Bool>, onDismiss : (() -> Void)?, content: () -> Content) -> some View
func fullScreenCover <Item, Content>(item: Binding<Item?>, onDismiss : (() -> Void)?, content: (Item) -> Content) -> some View
func gaugeStyle <S>(S) -> some View
func gesture<T>(T, including: GestureMask ) -> some View
func grayscale(Double) -> some View
func groupBoxStyle <S>(S) -> some View
func handlesExternalEvents (preferring: Set<String>, allowing: Set<String>) -> some View
func headerProminence (Prominence) -> some View
func help(Text) -> some View
func help<S>(S) -> some View
func help(LocalizedStringKey ) -> some View
func hidden() -> some View
func highPriorityGesture <T>(T, including: GestureMask ) -> some View
func horizontalRadioGroupLayout () -> some View
func hoverEffect (HoverEffect ) -> some View
func hueRotation (Angle) -> some View
func id<ID>(ID) -> some View
func ignoresSafeArea (SafeAreaRegions , edges: Edge.Set) -> some View
func imageScale (Image.Scale) -> some View
func importsItemProviders ([UTType], onImport : ([NSItemProvider ]) -> Bool) -> some View
func indexViewStyle <S>(S) -> some View
func interactiveDismissDisabled (Bool) -> some View
func itemProvider (Optional<() -> NSItemProvider ?>) -> some View
func keyboardShortcut (KeyboardShortcut ?) -> some View
func keyboardShortcut (KeyboardShortcut ) -> some View
func keyboardShortcut (KeyEquivalent , modifiers: EventModifiers ) -> some View
func keyboardShortcut (KeyEquivalent , modifiers: EventModifiers , localization: KeyboardShortcut .Localization) -> some View
func keyboardType (UIKeyboardType ) -> some View
func labelStyle <S>(S) -> some View
func labelsHidden () -> some View
func layoutPriority (Double) -> some View
func lineLimit (Int?) -> some View
func lineSpacing (CGFloat) -> some View
func listItemTint (ListItemTint ?) -> some View
func listItemTint (Color?) -> some View
func listRowBackground <V>(V?) -> some View
func listRowInsets (EdgeInsets ?) -> some View
func listRowPlatterColor (Color?) -> some View
func listRowSeparator (Visibility, edges: VerticalEdge .Set) -> some View
func listRowSeparatorTint (Color?, edges: VerticalEdge .Set) -> some View
func listSectionSeparator (Visibility, edges: VerticalEdge .Set) -> some View
func listSectionSeparatorTint (Color?, edges: VerticalEdge .Set) -> some View
func listStyle <S>(S) -> some View
func luminanceToAlpha () -> some View
func mask<Mask>(Mask) -> some View
func mask<Mask>(alignment: Alignment, () -> Mask) -> some View
func matchedGeometryEffect <ID>(id: ID, in: Namespace.ID, properties: MatchedGeometryProperties , anchor: UnitPoint , isSource : Bool) -> some View
func menuButtonStyle <S>(S) -> some View
func menuIndicator (Visibility) -> some View
func menuStyle <S>(S) -> some View
func minimumScaleFactor (CGFloat) -> some View
func modifier<T>(T) -> ModifiedContent <Self, T>
func monospacedDigit () -> some View
func moveDisabled (Bool) -> some View
func multilineTextAlignment (TextAlignment ) -> some View
func navigationBarBackButtonHidden (Bool) -> some View
func navigationBarHidden (Bool) -> some View
func navigationBarItems <L>(leading: L) -> some View
Deprecated
非推奨
func navigationBarItems <T>(trailing: T) -> some View
Deprecated
非推奨
func navigationBarTitle <S>(S) -> some View
func navigationBarTitle (LocalizedStringKey ) -> some View
func navigationBarTitle (Text) -> some View
func navigationBarTitle (Text, displayMode : NavigationBarItem .TitleDisplayMode ) -> some View
func navigationBarTitle <S>(S, displayMode : NavigationBarItem .TitleDisplayMode ) -> some View
func navigationBarTitle (LocalizedStringKey , displayMode : NavigationBarItem .TitleDisplayMode ) -> some View
func navigationBarTitleDisplayMode (NavigationBarItem .TitleDisplayMode ) -> some View
func navigationSubtitle <S>(S) -> some View
func navigationSubtitle (Text) -> some View
func navigationSubtitle (LocalizedStringKey ) -> some View
func navigationTitle <S>(S) -> some View
func navigationTitle (LocalizedStringKey ) -> some View
func navigationTitle <V>(() -> V) -> some View
func navigationTitle (Text) -> some View
func navigationViewStyle <S>(S) -> some View
func offset(CGSize) -> some View
func onAppear (perform: (() -> Void)?) -> some View
func onChange <V>(of: V, perform: (V) -> Void) -> some View
func onCommand (Selector, perform: (() -> Void)?) -> some View
func onContinueUserActivity (String, perform: (NSUserActivity ) -> ()) -> some View
func onCopyCommand (perform: (() -> [NSItemProvider ])?) -> some View
func onCutCommand (perform: (() -> [NSItemProvider ])?) -> some View
func onDeleteCommand (perform: (() -> Void)?) -> some View
func onDisappear (perform: (() -> Void)?) -> some View
func onDrag (() -> NSItemProvider ) -> some View
func onDrag <V>(() -> NSItemProvider , preview: () -> V) -> some View
func onDrop (of: [String], delegate: DropDelegate ) -> some View
func onDrop (of: [UTType], delegate: DropDelegate ) -> some View
func onDrop (of: [String], isTargeted : Binding<Bool>?, perform: ([NSItemProvider ]) -> Bool) -> some View
func onDrop (of: [String], isTargeted : Binding<Bool>?, perform: ([NSItemProvider ], CGPoint) -> Bool) -> some View
func onDrop (of: [UTType], isTargeted : Binding<Bool>?, perform: ([NSItemProvider ], CGPoint) -> Bool) -> some View
func onDrop (of: [UTType], isTargeted : Binding<Bool>?, perform: ([NSItemProvider ]) -> Bool) -> some View
func onExitCommand (perform: (() -> Void)?) -> some View
func onHover (perform: (Bool) -> Void) -> some View
func onLongPressGesture (minimumDuration : Double, maximumDistance : CGFloat, perform: () -> Void, onPressingChanged : ((Bool) -> Void)?) -> some View
func onLongPressGesture (minimumDuration : Double, maximumDistance : CGFloat, pressing: ((Bool) -> Void)?, perform: () -> Void) -> some View
func onLongPressGesture (minimumDuration : Double, perform: () -> Void, onPressingChanged : ((Bool) -> Void)?) -> some View
func onLongPressGesture (minimumDuration : Double, pressing: ((Bool) -> Void)?, perform: () -> Void) -> some View
func onMoveCommand (perform: ((MoveCommandDirection ) -> Void)?) -> some View
func onOpenURL (perform: (URL) -> ()) -> some View
func onPasteCommand (of: [String], perform: ([NSItemProvider ]) -> Void) -> some View
func onPasteCommand (of: [UTType], perform: ([NSItemProvider ]) -> Void) -> some View
func onPasteCommand <Payload>(of: [String], validator: ([NSItemProvider ]) -> Payload?, perform: (Payload) -> Void) -> some View
func onPasteCommand <Payload>(of: [UTType], validator: ([NSItemProvider ]) -> Payload?, perform: (Payload) -> Void) -> some View
func onPlayPauseCommand (perform: (() -> Void)?) -> some View
func onPreferenceChange <K>(K.Type, perform: (K.Value) -> Void) -> some View
func onReceive <P>(P, perform: (P.Output) -> Void) -> some View
func onSubmit (of: SubmitTriggers , (() -> Void)) -> some View
func onTapGesture (count: Int, perform: () -> Void) -> some View
func opacity(Double) -> some View
func overlay<Overlay>(Overlay, alignment: Alignment) -> some View
func overlay<S>(S, ignoresSafeAreaEdges : Edge.Set) -> some View
func overlay<S, T>(S, in: T, fillStyle : FillStyle ) -> some View
func overlay<V>(alignment: Alignment, content: () -> V) -> some View
func overlayPreferenceValue <Key, T>(Key.Type, (Key.Value) -> T) -> some View
func padding(CGFloat) -> some View
func padding(EdgeInsets ) -> some View
func padding(Edge.Set, CGFloat?) -> some View
func pageCommand <V>(value: Binding<V>, in: ClosedRange <V>, step: V) -> some View
func pickerStyle <S>(S) -> some View
func popover<Content>(isPresented : Binding<Bool>, attachmentAnchor : PopoverAttachmentAnchor , arrowEdge : Edge, content: () -> Content) -> some View
func popover<Item, Content>(item: Binding<Item?>, attachmentAnchor : PopoverAttachmentAnchor , arrowEdge : Edge, content: (Item) -> Content) -> some View
func position(CGPoint) -> some View
func position(x: CGFloat, y: CGFloat) -> some View
func preference<K>(key: K.Type, value: K.Value) -> some View
func preferredColorScheme (ColorScheme ?) -> some View
func prefersDefaultFocus (Bool, in: Namespace.ID) -> some View
func presentedWindowStyle <S>(S) -> some View
func presentedWindowToolbarStyle <S>(S) -> some View
func previewContext <C>(C) -> some View
func previewDevice (PreviewDevice ?) -> some View
func previewDisplayName (String?) -> some View
func previewInterfaceOrientation (InterfaceOrientation ) -> some View
func previewLayout (PreviewLayout ) -> some View
func privacySensitive (Bool) -> some View
func progressViewStyle <S>(S) -> some View
func projectionEffect (ProjectionTransform ) -> some View
func redacted(reason: RedactionReasons ) -> some View
func refreshable(action: () async -> Void) -> some View
func rotation3DEffect(Angle, axis: (x: CGFloat, y: CGFloat, z: CGFloat), anchor: UnitPoint , anchorZ : CGFloat, perspective: CGFloat) -> some View
func rotationEffect (Angle, anchor: UnitPoint ) -> some View
func safeAreaInset <V>(edge: HorizontalEdge , alignment: VerticalAlignment , spacing: CGFloat?, content: () -> V) -> some View
func safeAreaInset <V>(edge: VerticalEdge , alignment: HorizontalAlignment , spacing: CGFloat?, content: () -> V) -> some View
func saturation(Double) -> some View
func scaleEffect (CGSize, anchor: UnitPoint ) -> some View
func scaleEffect (CGFloat, anchor: UnitPoint ) -> some View
func scaleEffect (x: CGFloat, y: CGFloat, anchor: UnitPoint ) -> some View
func scaledToFill () -> some View
func scaledToFit () -> some View
func scenePadding (Edge.Set) -> some View
func searchCompletion (String) -> some View
func searchable(text: Binding<String>, placement: SearchFieldPlacement , prompt: Text?) -> some View
func searchable<S>(text: Binding<String>, placement: SearchFieldPlacement , prompt: S) -> some View
func searchable(text: Binding<String>, placement: SearchFieldPlacement , prompt: LocalizedStringKey ) -> some View
func searchable<S>(text: Binding<String>, placement: SearchFieldPlacement , prompt: LocalizedStringKey , suggestions: () -> S) -> some View
func searchable<V, S>(text: Binding<String>, placement: SearchFieldPlacement , prompt: S, suggestions: () -> V) -> some View
func searchable<S>(text: Binding<String>, placement: SearchFieldPlacement , prompt: Text?, suggestions: () -> S) -> some View
func shadow(color: Color, radius: CGFloat, x: CGFloat, y: CGFloat) -> some View
func sheet<Content>(isPresented : Binding<Bool>, onDismiss : (() -> Void)?, content: () -> Content) -> some View
func sheet<Item, Content>(item: Binding<Item?>, onDismiss : (() -> Void)?, content: (Item) -> Content) -> some View
func simultaneousGesture <T>(T, including: GestureMask ) -> some View
func speechAdjustedPitch (Double) -> some View
func speechAlwaysIncludesPunctuation (Bool) -> some View
func speechAnnouncementsQueued (Bool) -> some View
func speechSpellsOutCharacters (Bool) -> some View
func statusBar (hidden: Bool) -> some View
func submitLabel (SubmitLabel ) -> some View
func submitScope (Bool) -> some View
func swipeActions <T>(edge: HorizontalEdge , allowsFullSwipe : Bool, content: () -> T) -> some View
func symbolRenderingMode (SymbolRenderingMode ?) -> some View
func symbolVariant (SymbolVariants ) -> some View
func tabItem <V>(() -> V) -> some View
func tabViewStyle <S>(S) -> some View
func tableStyle <S>(S) -> some View
func tag<V>(V) -> some View
func task<T>(id: T, priority: TaskPriority , () async -> Void) -> some View
func task(priority: TaskPriority , () async -> Void) -> some View
func textCase (Text.Case?) -> some View
func textContentType (WKTextContentType ?) -> some View
func textContentType (NSTextContentType ?) -> some View
func textContentType (UITextContentType ?) -> some View
func textFieldStyle <S>(S) -> some View
func textInputAutocapitalization (TextInputAutocapitalization ?) -> some View
func textSelection <S>(S) -> some View
func tint(Color?) -> some View
func toggleStyle <S>(S) -> some View
func toolbar<Content>(content: () -> Content) -> some View
func toolbar<Content>(content: () -> Content) -> some View
func toolbar<Content>(id: String, content: () -> Content) -> some View
func touchBar <Content>(TouchBar <Content>) -> some View
func touchBar <Content>(content: () -> Content) -> some View
func touchBarCustomizationLabel (Text) -> some View
func touchBarItemPresence (TouchBarItemPresence ) -> some View
func touchBarItemPrincipal (Bool) -> some View
func transaction((inout Transaction) -> Void) -> some View
func transformEffect (CGAffineTransform ) -> some View
func transformEnvironment <V>(WritableKeyPath <EnvironmentValues , V>, transform: (inout V) -> Void) -> some View
func transformPreference <K>(K.Type, (inout K.Value) -> Void) -> some View
func transition(AnyTransition ) -> some View
func truncationMode (Text.TruncationMode ) -> some View
func unredacted() -> some View
func userActivity <P>(String, element: P?, (P, NSUserActivity ) -> ()) -> some View
func userActivity (String, isActive : Bool, (NSUserActivity ) -> ()) -> some View
func zIndex (Double) -> some View